Home
last modified time | relevance | path

Searched +defs:list +defs:h (Results 1 – 25 of 88) sorted by relevance

1234

/linux/tools/include/linux/
H A Dlist.h25 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_first(const struct list_head *list, const struct list_head *head) in list_is_first()
187 static inline int list_is_last(const struct list_head *list, in list_is_last()
244 static inline void __list_cut_position(struct list_head *list, in __list_cut_position()
270 static inline void list_cut_position(struct list_head *list, in list_cut_position()
284 static inline void __list_splice(const struct list_head *list, in __list_splice()
303 static inline void list_splice(const struct list_head *list, in list_splice()
315 static inline void list_splice_tail(struct list_head *list, in list_splice_tail()
[all …]
/linux/scripts/include/
H A Dlist.h51 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
176 static inline void list_move_tail(struct list_head *list, in list_move_tail()
188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first()
198 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
208 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head()
322 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
336 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
387 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
/linux/net/netlabel/
H A Dnetlabel_addrlist.h38 struct list_head list; member
53 struct list_head list; member
59 struct list_head *h) in __af4list_valid()
71 struct list_head *h) in __af4list_valid_rcu()
126 struct list_head *h) in __af6list_valid()
138 struct list_head *h) in __af6list_valid_rcu()
/linux/drivers/media/pci/zoran/
H A Dvideocodec.c27 struct attached_list *list; member
39 struct codec_list *h = codeclist_top; in videocodec_attach() local
111 struct codec_list *h = codeclist_top; in videocodec_detach() local
169 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local
204 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
254 struct codec_list *h = codeclist_top; in videocodec_debugfs_show() local
/linux/tools/testing/selftests/filesystems/
H A Dutils.c69 struct list { global() struct
71 nextlist global() argument
72 prevlist global() argument
82 list_init(struct list * list) list_init() argument
88 list_empty(const struct list * list) list_empty() argument
101 list_add_tail(struct list * head,struct list * list) list_add_tail() argument
106 list_del(struct list * list) list_del() argument
354 struct userns_hierarchy *h = data; userns_fd_cb() local
379 create_userns_hierarchy(struct userns_hierarchy * h) create_userns_hierarchy() argument
[all...]
/linux/include/linux/
H A Drculist.h22 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
43 #define list_bidir_prev_rcu(list) (*((struct list_head __rcu **)(&(list)->prev))) argument
264 static inline void __list_splice_rcu(struct list_head *list, in __list_splice_rcu()
286 static inline void list_splice_rcu(struct list_head *list, in list_splice_rcu()
312 static inline void __list_splice_init_rcu(struct list_head *list, in __list_splice_init_rcu()
360 static inline void list_splice_init_rcu(struct list_head *list, in list_splice_init_rcu()
375 static inline void list_splice_tail_init_rcu(struct list_head *list, in list_splice_tail_init_rcu()
673 struct hlist_head *h) in hlist_add_head_rcu()
704 struct hlist_head *h) in hlist_add_tail_rcu()
/linux/net/netfilter/
H A Dnf_conncount.c52 struct nf_conncount_list list; member
90 static void conn_free(struct nf_conncount_list *list, in conn_free()
102 find_or_evict(struct net *net, struct nf_conncount_list *list, in find_or_evict()
138 const struct nf_conntrack_tuple_hash *h; in get_ct_or_tuple_from_skb() local
172 struct nf_conncount_list *list) in __nf_conncount_add()
282 struct nf_conncount_list *list) in nf_conncount_add_skb()
295 void nf_conncount_list_init(struct nf_conncount_list *list) in nf_conncount_list_init()
307 struct nf_conncount_list *list) in __nf_conncount_gc_list()
353 struct nf_conncount_list *list) in nf_conncount_gc_list()
368 static void __tree_nodes_free(struct rcu_head *h) in __tree_nodes_free()
[all …]
/linux/include/net/bluetooth/
H A Dhci_core.h58 struct list_head list; /* unknown or resolve */ member
126 struct list_head list; member
137 struct list_head list; member
143 struct list_head list; member
154 struct list_head list; member
171 struct list_head list; member
178 struct list_head list; member
185 struct list_head list; member
199 struct list_head list; member
212 struct list_head list; member
[all …]
/linux/drivers/sh/intc/
H A Dinternals.h15 #define _INTC_SHIFT(h) (h & 0x1f) argument
16 #define _INTC_WIDTH(h) ((h >> 5) & 0xf) argument
17 #define _INTC_FN(h) ((h >> 9) & 0xf) argument
18 #define _INTC_MODE(h) ((h >> 13) & 0x7) argument
19 #define _INTC_ADDR_E(h) ((h >> 16) & 0xff) argument
20 #define _INTC_ADDR_D(h) ((h >> 24) & 0xff) argument
55 struct list_head list; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c15 void ice_fltr_free_list(struct device *dev, struct list_head *h) in ice_fltr_free_list()
33 struct list_head *list) in ice_fltr_add_entry_to_list()
148 int ice_fltr_add_mac_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_mac_list()
158 int ice_fltr_remove_mac_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_mac_list()
168 static int ice_fltr_add_vlan_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_vlan_list()
179 ice_fltr_remove_vlan_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_vlan_list()
189 static int ice_fltr_add_eth_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_eth_list()
199 static int ice_fltr_remove_eth_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_eth_list()
226 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list, in ice_fltr_add_mac_to_list()
250 ice_fltr_add_vlan_to_list(struct ice_vsi *vsi, struct list_head *list, in ice_fltr_add_vlan_to_list()
[all …]
/linux/mm/
H A Dhugetlb.c159 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
493 struct hstate *h, in record_hugetlb_cgroup_uncharge_info()
575 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add()
602 struct hstate *h, long *regions_needed) in add_reservation_in_range()
734 long in_regions_needed, struct hstate *h, in region_add()
970 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local
1017 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
1065 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info()
1239 static void enqueue_hugetlb_folio(struct hstate *h, struct folio *folio) in enqueue_hugetlb_folio()
1252 static struct folio *dequeue_hugetlb_folio_node_exact(struct hstate *h, in dequeue_hugetlb_folio_node_exact()
[all …]
/linux/net/sunrpc/
H A Dcache.c48 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init()
189 struct cache_head *h) in cache_make_negative()
196 struct cache_head *h, in cache_entry_update()
251 static inline int cache_is_valid(struct cache_head *h) in cache_is_valid()
272 static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) in try_to_negate_entry()
290 struct cache_head *h, struct cache_req *rqstp) in cache_check_rcu()
350 struct cache_head *h, struct cache_req *rqstp) in cache_check()
805 struct list_head list; member
813 struct list_head list; member
1204 static int cache_do_upcall(struct cache_detail *detail, struct cache_head *h) in cache_do_upcall()
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h47 #define AHASH_MAX(h) ((h)->bucketsize) argument
69 #define ahash_bucket_start(h, htable_bits) \ argument
72 #define ahash_bucket_end(h, htable_bits) \ argument
94 #define hbucket(h, i) ((h)->bucket[i]) argument
336 struct list_head list; member
358 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr()
428 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr()
475 mtype_del_cidr_all(struct ip_set *set, struct htype *h, const struct mtype_elem *data) in mtype_del_cidr_all()
487 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize()
511 struct htype *h = set->data; in mtype_flush() local
[all …]
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.h79 #define SUN4I_FRONTEND_INSIZE(h, w) ((((h) - 1) << 16) | (((w) - 1))) argument
82 #define SUN4I_FRONTEND_OUTSIZE(h, w) ((((h) - 1) << 16) | (((w) - 1))) argument
123 struct list_head list; member
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c229 struct rdac_dh_data *h; member
265 struct list_head *list, in rdac_failover_get()
362 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info()
388 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership()
438 struct rdac_dh_data *h, char *array_name, u8 *array_id) in initialize_controller()
465 static int set_mode_select(struct scsi_device *sdev, struct rdac_dh_data *h) in set_mode_select()
488 struct rdac_dh_data *h = sdev->handler_data; in mode_select_handle_sense() local
506 struct rdac_dh_data *h = sdev->handler_data; in send_mode_select() local
627 struct rdac_dh_data *h = sdev->handler_data; in rdac_activate() local
662 struct rdac_dh_data *h = sdev->handler_data; in rdac_prep_fn() local
[all …]
/linux/drivers/dma-buf/
H A Ddma-heap.c43 struct list_head list; member
234 struct dma_heap *heap, *h, *err_ret; in dma_heap_add() local
/linux/arch/powerpc/kvm/
H A Dbook3s_rtas.c131 struct list_head list; member
163 struct rtas_handler *h = NULL; in rtas_token_define() local
/linux/arch/arm/probes/kprobes/
H A Dtest-core.c546 struct benchmarks list[] = { in run_benchmarks() local
600 const struct decode_header *h = (struct decode_header *)table; in table_iter() local
619 static int table_test_fail(const struct decode_header *h, const char* message) in table_test_fail()
633 static int table_test_fn(const struct decode_header *h, void *args) in table_test_fn()
723 static unsigned coverage_start_registers(const struct decode_header *h) in coverage_start_registers()
734 static int coverage_start_fn(const struct decode_header *h, void *args) in coverage_start_fn()
849 const struct decode_header *h = entry->header; in coverage_add() local
/linux/scripts/genksyms/
H A Dgenksyms.c231 unsigned long h; in __add_symbol() local
496 static void print_node(FILE * f, struct string_list *list) in print_node()
505 static void print_list(FILE * f, struct string_list *list) in print_list()
536 struct string_list *list = sym->defn; in expand_and_crc_sym() local
/linux/kernel/
H A Dauditfilter.c168 int __init audit_register_class(int class, unsigned int *list) in audit_register_class()
904 struct list_head *list; in audit_find_rule() local
905 int h; in audit_find_rule() local
944 struct list_head *list; in audit_add_rule() local
1026 struct list_head *list; in audit_del_rule() local
/linux/net/bluetooth/
H A Dhci_core.c2063 int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_add()
2085 int hci_bdaddr_list_add_with_irk(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_add_with_irk()
2114 int hci_bdaddr_list_add_with_flags(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_add_with_flags()
2138 int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_del()
2157 int hci_bdaddr_list_del_with_irk(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_del_with_irk()
2194 struct hci_conn_params *hci_pend_le_action_lookup(struct list_head *list, in hci_pend_le_action_lookup()
2227 struct list_head *list) in hci_pend_le_list_add()
3191 struct sk_buff *list; in hci_queue_acl() local
3304 struct sk_buff *list; in hci_queue_iso() local
3401 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() local
[all …]
/linux/tools/testing/vsock/
H A Dvsock_diag_test.c31 struct list_head list; member
270 const struct nlmsghdr *h; in read_vsock_stat() local
/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c56 struct list_head list; member
77 unsigned int h = __find_holder(lock, NULL); in __add_holder() local
94 unsigned int h = __find_holder(lock, task); in __del_holder() local
/linux/drivers/firewire/
H A Dnet.c74 #define fwnet_get_hdr_lf(h) (((h)->w0 & 0xc0000000) >> 30) argument
75 #define fwnet_get_hdr_ether_type(h) (((h)->w0 & 0x0000ffff)) argument
76 #define fwnet_get_hdr_dg_size(h) ((((h)->w0 & 0x0fff0000) >> 16) + 1) argument
77 #define fwnet_get_hdr_fg_off(h) (((h)->w0 & 0x00000fff)) argument
78 #define fwnet_get_hdr_dgl(h) (((h)->w1 & 0xffff0000) >> 16) argument
211 struct fwnet_header *h; in fwnet_header_create() local
235 struct fwnet_header *h; in fwnet_header_cache() local
293 struct list_head *list; in fwnet_frag_new() local
/linux/drivers/scsi/
H A Dppa.c43 struct list_head list; member
277 unsigned char h; in ppa_nibble_in() local
703 unsigned char l = 0, h = 0; in ppa_engine() local

1234