Home
last modified time | relevance | path

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

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