Home
last modified time | relevance | path

Searched refs:info_id (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst140 u32 info_id; /* 在info字段中进行OR运算的ID */
148 ``info_id`` 值是从用户空间获得并按WATCH_INFO_ID__SHIFT移位的8位数字。当通知写入关
/linux/include/linux/
H A Dwatch_queue.h57 u32 info_id; /* ID to be OR'd in to info field */ member
/linux/kernel/
H A Dwatch_queue.c213 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()
/linux/Documentation/core-api/
H A Dwatch_queue.rst152 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
/linux/net/mac80211/
H A Dtx.c2548 u16 info_id = 0; in ieee80211_store_ack_skb() local
2565 info_id = id; in ieee80211_store_ack_skb()
2576 return info_id; in ieee80211_store_ack_skb()
2618 u16 info_id = 0; in ieee80211_build_hdr() local
2883 info_id = ieee80211_store_ack_skb(local, skb, &info_flags, in ieee80211_build_hdr()
2966 if (info_id) { in ieee80211_build_hdr()
2967 info->status_data = info_id; in ieee80211_build_hdr()
/linux/security/keys/
H A Dkeyctl.c1811 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()