HomeSort by relevance Sort by last modified time
    Searched full:tbl_ptr (Results 1 - 1 of 1) sorted by null

  /external/iproute2/misc/
rtacct.c 99 static __u32 *tbl_ptr; local
103 if (tbl_ptr != NULL)
104 return tbl_ptr;
111 tbl_ptr = mmap(NULL, 4096,
115 if ((unsigned long)tbl_ptr == ~0UL) {
120 return tbl_ptr;

Completed in 41 milliseconds