Home
last modified time | relevance | path

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

12345

/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/mm/
H A Dhugetlb_vmemmap.c200 free_vmemmap_page_list(struct list_head * list) free_vmemmap_page_list() argument
388 alloc_vmemmap_page_list(unsigned long start,unsigned long end,struct list_head * list) alloc_vmemmap_page_list() argument
454 __hugetlb_vmemmap_restore_folio(const struct hstate * h,struct folio * folio,unsigned long flags) __hugetlb_vmemmap_restore_folio() argument
500 hugetlb_vmemmap_restore_folio(const struct hstate * h,struct folio * folio) hugetlb_vmemmap_restore_folio() argument
518 hugetlb_vmemmap_restore_folios(const struct hstate * h,struct list_head * folio_list,struct list_head * non_hvo_folios) hugetlb_vmemmap_restore_folios() argument
550 vmemmap_should_optimize_folio(const struct hstate * h,struct folio * folio) vmemmap_should_optimize_folio() argument
564 __hugetlb_vmemmap_optimize_folio(const struct hstate * h,struct folio * folio,struct list_head * vmemmap_pages,unsigned long flags) __hugetlb_vmemmap_optimize_folio() argument
626 hugetlb_vmemmap_optimize_folio(const struct hstate * h,struct folio * folio) hugetlb_vmemmap_optimize_folio() argument
634 hugetlb_vmemmap_split_folio(const struct hstate * h,struct folio * folio) hugetlb_vmemmap_split_folio() argument
653 __hugetlb_vmemmap_optimize_folios(struct hstate * h,struct list_head * folio_list,bool boot) __hugetlb_vmemmap_optimize_folios() argument
737 hugetlb_vmemmap_optimize_folios(struct hstate * h,struct list_head * folio_list) hugetlb_vmemmap_optimize_folios() argument
742 hugetlb_vmemmap_optimize_bootmem_folios(struct hstate * h,struct list_head * folio_list) hugetlb_vmemmap_optimize_bootmem_folios() argument
847 struct hstate *h; hugetlb_vmemmap_init_late() local
902 const struct hstate *h; hugetlb_vmemmap_init() local
[all...]
H A Dhugetlb.c152 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
489 struct hstate *h, in record_hugetlb_cgroup_uncharge_info()
571 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add()
598 struct hstate *h, long *regions_needed) in add_reservation_in_range()
730 long in_regions_needed, struct hstate *h, in region_add()
966 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local
1013 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
1090 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info()
1287 static void enqueue_hugetlb_folio(struct hstate *h, struct folio *folio) in enqueue_hugetlb_folio()
1300 static struct folio *dequeue_hugetlb_folio_node_exact(struct hstate *h, in dequeue_hugetlb_folio_node_exact()
[all …]
/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/net/netfilter/
H A Dnf_conncount.c52 struct nf_conncount_list list; member
86 static void conn_free(struct nf_conncount_list *list, in conn_free()
98 find_or_evict(struct net *net, struct nf_conncount_list *list, in find_or_evict()
134 const struct nf_conntrack_tuple_hash *h; in get_ct_or_tuple_from_skb() local
166 struct nf_conncount_list *list) in __nf_conncount_add()
276 struct nf_conncount_list *list) in nf_conncount_add_skb()
289 void nf_conncount_list_init(struct nf_conncount_list *list) in nf_conncount_list_init()
301 struct nf_conncount_list *list) in __nf_conncount_gc_list()
347 struct nf_conncount_list *list) in nf_conncount_gc_list()
362 static void __tree_nodes_free(struct rcu_head *h) in __tree_nodes_free()
[all …]
/linux/include/net/bluetooth/
H A Dhci_core.h61 struct list_head list; /* unknown or resolve */ global() member
129 struct list_head list; global() member
140 struct list_head list; global() member
146 struct list_head list; global() member
157 struct list_head list; global() member
174 struct list_head list; global() member
181 struct list_head list; global() member
188 struct list_head list; global() member
202 struct list_head list; global() member
215 struct list_head list; global() member
224 struct list_head list; global() member
233 struct list_head list; global() member
244 struct list_head list; global() member
294 struct list_head list; global() member
303 struct list_head list; global() member
356 struct list_head list; global() member
680 struct list_head list; global() member
789 struct list_head list; global() member
794 struct list_head list; global() member
803 struct list_head list; global() member
1014 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_add() local
1043 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_del() local
1075 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_num() local
1112 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_valid() local
1130 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_lookup_type() local
1151 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_bis() local
1173 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_create_pa_sync() local
1199 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_per_adv_bis() local
1223 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_handle() local
1242 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_ba() local
1263 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_role() local
1284 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_le() local
1310 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_cis() local
1342 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_cig() local
1365 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big() local
1389 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big_sync_pend() local
1413 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big_state() local
1436 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_pa_sync_big_handle() local
1459 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_pa_sync_handle() local
1490 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_list_state() local
1510 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_list_flag() local
1528 struct hci_conn_hash *h = &hdev->conn_hash; hci_lookup_le_connect() local
1549 struct hci_conn_hash *h = &hdev->conn_hash; hci_is_le_conn_scanning() local
2112 struct list_head list; global() member
2363 struct list_head list; global() 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/include/linux/
H A Dhugetlb.h114 #define for_each_hstate(h) \ argument
415 static inline bool folio_isolate_hugetlb(struct folio *folio, struct list_head *list) in folio_isolate_hugetlb()
692 struct list_head list; member
775 static inline unsigned long huge_page_size(const struct hstate *h) in huge_page_size()
784 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
789 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
794 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
804 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
809 static inline unsigned int pages_per_huge_page(const struct hstate *h) in pages_per_huge_page()
814 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page()
[all …]
/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/net/netfilter/ipset/
H A Dip_set_hash_gen.h46 #define AHASH_MAX(h) ((h)->bucketsize) argument
68 #define ahash_bucket_start(h, htable_bits) \ argument
71 ahash_bucket_end(h,htable_bits) global() argument
91 hbucket(h,i) global() argument
313 struct list_head list; global() member
326 mtype_add_cidr(struct ip_set * set,struct htype * h,u8 cidr,u8 n) mtype_add_cidr() argument
353 mtype_del_cidr(struct ip_set * set,struct htype * h,u8 cidr,u8 n) mtype_del_cidr() argument
376 mtype_ahash_memsize(const struct htype * h,const struct htable * t) mtype_ahash_memsize() argument
399 struct htype *h = set->data; mtype_flush() local
452 struct htype *h = set->data; mtype_destroy() local
484 mtype_gc_do(struct ip_set * set,struct htype * h,struct htable * t,u32 r) mtype_gc_do() argument
561 struct htype *h; mtype_gc() local
604 struct htype *h = set->data; mtype_cancel_gc() local
624 struct htype *h = set->data; mtype_resize() local
810 struct htype *h = set->data; mtype_ext_size() local
842 struct htype *h = set->data; mtype_add() local
1037 struct htype *h = set->data; mtype_del() local
1162 struct htype *h = set->data; mtype_test_cidrs() local
1217 struct htype *h = set->data; mtype_test() local
1265 struct htype *h = set->data; mtype_head() local
1330 struct htype *h = set->data; mtype_uref() local
1471 struct htype *h; IPSET_TOKEN() 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/net/ipv4/
H A Dinet_hashtables.c332 inet_lhash2_bucket_sk(struct inet_hashinfo *h, struct sock *sk) in inet_lhash2_bucket_sk()
666 struct hlist_nulls_head *list) in inet_ehash_lookup_by_sk()
709 struct hlist_nulls_head *list; in inet_ehash_insert() local
1249 static void init_hashinfo_lhash2(struct inet_hashinfo *h) in init_hashinfo_lhash2()
1260 void __init inet_hashinfo2_init(struct inet_hashinfo *h, const char *name, in inet_hashinfo2_init()
1285 int inet_hashinfo2_init_mod(struct inet_hashinfo *h) in inet_hashinfo2_init_mod()
/linux/kernel/
H A Daudit_watch.c288 int h = audit_hash_ino((u32)ino); in audit_update_watch() local
403 int audit_add_watch(struct audit_krule *krule, struct list_head **list) in audit_add_watch()
408 int h, ret = 0; in audit_add_watch() local
H A Dauditfilter.c168 int __init audit_register_class(int class, unsigned *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
1027 struct list_head *list; in audit_del_rule() local
/linux/drivers/dma-buf/
H A Ddma-heap.c42 struct list_head list; member
232 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/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c37 struct list_head list; member
39 struct ssp_msg_header *h; member
77 struct ssp_msg_header h; in ssp_create_msg() local
/linux/net/bluetooth/
H A Dhci_core.c2100 int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_add()
2122 int hci_bdaddr_list_add_with_irk(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_add_with_irk()
2151 int hci_bdaddr_list_add_with_flags(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_add_with_flags()
2175 int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_del()
2194 int hci_bdaddr_list_del_with_irk(struct list_head *list, bdaddr_t *bdaddr, in hci_bdaddr_list_del_with_irk()
2231 struct hci_conn_params *hci_pend_le_action_lookup(struct list_head *list, in hci_pend_le_action_lookup()
2264 struct list_head *list) in hci_pend_le_list_add()
3226 struct sk_buff *list; in hci_queue_acl() local
3328 struct sk_buff *list; in hci_queue_iso() local
3425 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() local
[all …]
/linux/net/sunrpc/
H A Dcache.c46 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init()
187 struct cache_head *h) in cache_make_negative()
194 struct cache_head *h, in cache_entry_update()
249 static inline int cache_is_valid(struct cache_head *h) in cache_is_valid()
270 static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) in try_to_negate_entry()
288 struct cache_head *h, struct cache_req *rqstp) in cache_check_rcu()
348 struct cache_head *h, struct cache_req *rqstp) in cache_check()
809 struct list_head list; member
1230 static int cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in cache_pipe_upcall()
1271 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall()
[all …]

12345