Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwatch_queue.h123 #define watch_sizeof(STRUCT) (sizeof(STRUCT) << WATCH_INFO_LENGTH__SHIFT) macro
/linux/kernel/
H A Dwatch_queue.c553 n.watch.info = watch->info_id | watch_sizeof(n.watch); in remove_watch_from_object()
556 n.watch.info = watch->info_id | watch_sizeof(n); in remove_watch_from_object()
/linux/security/keys/
H A Dinternal.h186 .watch.info = watch_sizeof(n), in notify_key()
/linux/fs/
H A Dpipe.c293 n.info = watch_sizeof(n); in pipe_read()