Searched defs:get_offset (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Dnet-procfs.c9 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro
20 unsigned int count = 0, offset = get_offset(*pos);
/net/unix/
H A Daf_unix.c2281 #define get_offset(x) ((x) & ((1L << BUCKET_SPACE) - 1)) macro
2286 unsigned long offset = get_offset(*pos);

Completed in 69 milliseconds