/include/linux/ |
D | freelist.h | 30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() 64 static inline void freelist_add(struct freelist_node *node, struct freelist_head *list) in freelist_add() 79 static inline struct freelist_node *freelist_try_get(struct freelist_head *list) in freelist_try_get()
|
D | list.h | 35 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 215 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 226 static inline void list_move_tail(struct list_head *list, in list_move_tail() 261 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() 271 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 281 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head() 353 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front() 373 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 399 static inline void list_cut_position(struct list_head *list, in list_cut_position() 426 static inline void list_cut_before(struct list_head *list, in list_cut_before() [all …]
|
D | kcore.h | 17 struct list_head list; member 24 struct list_head list; member 31 struct list_head list; /* List of dumps */ member
|
D | resource_ext.h | 63 #define resource_list_for_each_entry(entry, list) \ argument 66 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument 70 resource_list_first_type(struct list_head *list, unsigned long type) in resource_list_first_type()
|
D | parman.h | 45 struct list_head list; member 50 struct list_head list; member
|
D | rculist.h | 22 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() 32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) argument 226 static inline void __list_splice_init_rcu(struct list_head *list, in __list_splice_init_rcu() 274 static inline void list_splice_init_rcu(struct list_head *list, in list_splice_init_rcu() 289 static inline void list_splice_tail_init_rcu(struct list_head *list, in list_splice_tail_init_rcu()
|
D | kvm_irqfd.h | 29 struct list_head list; member 57 struct list_head list; member
|
D | xattr.h | 34 bool (*list)(struct dentry *dentry); member 88 struct list_head list; member
|
D | vt_kern.h | 86 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 92 struct unipair __user *list) in con_get_unimap()
|
D | rhashtable.h | 554 #define rhl_for_each_rcu(pos, list) \ argument 567 #define rhl_for_each_entry_rcu(tpos, pos, list, member) \ argument 734 struct rhlist_head *list; in __rhashtable_insert_fast() local 781 struct rhlist_head *list; in __rhashtable_insert_fast() local 849 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key() 872 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert() 1005 struct rhlist_head *list; in __rhashtable_remove_fast_one() local 1131 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove()
|
D | of_iommu.h | 28 struct list_head *list) in of_iommu_get_resv_regions()
|
D | signal_types.h | 23 struct list_head list; member 33 struct list_head list; member
|
D | reset-controller.h | 39 struct list_head list; member 72 struct list_head list; member
|
D | bpf_local_storage.h | 24 struct hlist_head list; member 86 struct hlist_head list; /* List of bpf_local_storage_elem */ member
|
D | padata.h | 37 struct list_head list; member 53 struct list_head list; member 123 struct list_head list; member
|
D | nfs_fs_i.h | 13 struct list_head list; member
|
/include/net/phonet/ |
D | pn_dev.h | 19 struct list_head list; member 26 struct list_head list; member
|
/include/linux/usb/ |
D | audio.h | 25 struct list_head list; member 34 struct list_head list; member
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 21 struct list_head list; member 38 struct list_head list; member 55 struct list_head list; member 92 struct list_head list; member
|
/include/media/ |
D | v4l2-event.h | 32 struct list_head list; member 71 struct list_head list; member
|
D | v4l2-async.h | 74 struct list_head list; member 117 struct list_head list; member
|
/include/crypto/ |
D | algapi.h | 58 struct hlist_node list; member 67 struct list_head list; member 77 struct list_head list; member 92 struct list_head list; member
|
/include/net/netns/ |
D | xdp.h | 10 struct hlist_head list; member
|
/include/net/bluetooth/ |
D | hci_sync.h | 13 struct list_head list; member
|
/include/uapi/linux/ |
D | tipc_config.h | 323 static inline void TLV_LIST_INIT(struct tlv_list_desc *list, in TLV_LIST_INIT() 330 static inline int TLV_LIST_EMPTY(struct tlv_list_desc *list) in TLV_LIST_EMPTY() 335 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() 340 static inline void *TLV_LIST_DATA(struct tlv_list_desc *list) in TLV_LIST_DATA() 345 static inline void TLV_LIST_STEP(struct tlv_list_desc *list) in TLV_LIST_STEP()
|