Searched refs:info_id (Results 1 – 5 of 5) sorted by relevance
140 u32 info_id; /* 在info字段中进行OR运算的ID */148 ``info_id`` 值是从用户空间获得并按WATCH_INFO_ID__SHIFT移位的8位数字。当通知写入关
57 u32 info_id; /* ID to be OR'd in to info field */ member
213 n->info |= watch->info_id; in __post_watch_notification()561 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()
152 u32 info_id; /* ID to be OR'd in to info field */160 The ``info_id`` value should be an 8-bit number obtained from userspace and
1823 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()