| /include/linux/ |
| D | list.h | 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 165 static inline void list_move_tail(struct list_head *list, in list_move_tail() 177 static inline int list_is_last(const struct list_head *list, in list_is_last() 234 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 260 static inline void list_cut_position(struct list_head *list, in list_cut_position() 274 static inline void __list_splice(const struct list_head *list, in __list_splice() 293 static inline void list_splice(const struct list_head *list, in list_splice() 305 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 319 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
| D | rculist.h | 30 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() 40 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) argument 200 static inline void __list_splice_init_rcu(struct list_head *list, in __list_splice_init_rcu() 246 static inline void list_splice_init_rcu(struct list_head *list, in list_splice_init_rcu() 261 static inline void list_splice_tail_init_rcu(struct list_head *list, in list_splice_tail_init_rcu()
|
| D | kcore.h | 16 struct list_head list; member 23 struct list_head list; member
|
| D | resource_ext.h | 71 #define resource_list_for_each_entry(entry, list) \ argument 74 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument
|
| D | kvm_irqfd.h | 36 struct list_head list; member 64 struct list_head list; member
|
| D | rhashtable.h | 176 struct list_head list; member 192 struct rhlist_head *list; member 533 #define rhl_for_each_rcu(pos, list) \ argument 546 #define rhl_for_each_entry_rcu(tpos, pos, list, member) \ argument 703 struct rhlist_head *list; in __rhashtable_insert_fast() local 745 struct rhlist_head *list; in __rhashtable_insert_fast() local 814 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key() 838 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert() 962 struct rhlist_head *list; in __rhashtable_remove_fast_one() local 1083 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove()
|
| D | xattr.h | 31 bool (*list)(struct dentry *dentry); member 73 struct list_head list; member
|
| D | vt_kern.h | 99 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 105 struct unipair __user *list) in con_get_unimap()
|
| D | nfs_fs_i.h | 12 struct list_head list; member
|
| D | list_lru.h | 28 struct list_head list; member 53 struct list_head list; member
|
| D | devfreq.h | 379 unsigned int list) in devfreq_register_notifier() 386 unsigned int list) in devfreq_unregister_notifier() 394 unsigned int list) in devm_devfreq_register_notifier() 402 unsigned int list) in devm_devfreq_unregister_notifier()
|
| D | irq_poll.h | 8 struct list_head list; member
|
| D | cdev.h | 16 struct list_head list; member
|
| D | udp.h | 109 #define udp_portaddr_for_each_entry(__sk, list) \ argument 112 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument
|
| D | dmi.h | 82 struct list_head list; member 118 static inline int dmi_check_system(const struct dmi_system_id *list) { return 0; } in dmi_check_system() 145 dmi_first_match(const struct dmi_system_id *list) { return NULL; } in dmi_first_match()
|
| /include/net/phonet/ |
| D | pn_dev.h | 27 struct list_head list; member 34 struct list_head list; member
|
| /include/linux/usb/ |
| D | audio.h | 27 struct list_head list; member 36 struct list_head list; member
|
| /include/linux/netfilter_bridge/ |
| D | ebtables.h | 24 struct list_head list; member 41 struct list_head list; member 58 struct list_head list; member 95 struct list_head list; member
|
| /include/media/ |
| D | v4l2-event.h | 78 struct list_head list; member 116 struct list_head list; member
|
| D | v4l2-async.h | 75 struct list_head list; member 97 struct list_head list; member
|
| /include/linux/netfilter/ |
| D | nf_conntrack_proto_gre.h | 19 struct list_head list; member
|
| /include/video/ |
| D | imx-ipu-image-convert.h | 40 struct list_head list; member
|
| /include/uapi/linux/ |
| D | tipc_config.h | 319 static inline void TLV_LIST_INIT(struct tlv_list_desc *list, in TLV_LIST_INIT() 326 static inline int TLV_LIST_EMPTY(struct tlv_list_desc *list) in TLV_LIST_EMPTY() 331 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() 336 static inline void *TLV_LIST_DATA(struct tlv_list_desc *list) in TLV_LIST_DATA() 341 static inline void TLV_LIST_STEP(struct tlv_list_desc *list) in TLV_LIST_STEP()
|
| /include/net/ |
| D | lib80211.h | 45 struct list_head list; member 93 struct list_head list; /* delayed deletion list */ member
|
| D | netrom.h | 157 #define nr_neigh_for_each(__nr_neigh, list) \ argument 160 #define nr_neigh_for_each_safe(__nr_neigh, node2, list) \ argument 163 #define nr_node_for_each(__nr_node, list) \ argument 166 #define nr_node_for_each_safe(__nr_node, node2, list) \ argument
|