Searched refs:watch_sizeof (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dwatch_queue.h120 * watch_sizeof - Calculate the information part of the size of a watch record,
123 #define watch_sizeof(STRUCT) (sizeof(STRUCT) << WATCH_INFO_LENGTH__SHIFT) macro
/linux-master/kernel/
H A Dwatch_queue.c553 n.watch.info = watch->info_id | watch_sizeof(n.watch);
556 n.watch.info = watch->info_id | watch_sizeof(n);
/linux-master/security/keys/
H A Dinternal.h186 .watch.info = watch_sizeof(n),
/linux-master/fs/
H A Dpipe.c293 n.info = watch_sizeof(n);

Completed in 117 milliseconds