Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwatch_queue.h124 #define watch_sizeof(STRUCT) (sizeof(STRUCT) << WATCH_INFO_LENGTH__SHIFT) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dwatch_queue.c559 n.watch.info = watch->info_id | watch_sizeof(n.watch); in remove_watch_from_object()
562 n.watch.info = watch->info_id | watch_sizeof(n); in remove_watch_from_object()
/OK3568_Linux_fs/kernel/security/keys/
H A Dinternal.h194 .watch.info = watch_sizeof(n), in notify_key()
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c272 n.info = watch_sizeof(n); in pipe_read()