Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dlist.h43 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
327 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
338 static inline void list_move_tail(struct list_head *list, in list_move_tail()
373 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first()
383 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
393 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head()
465 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front()
485 static inline void __list_cut_position(struct list_head *list, in __list_cut_position()
511 static inline void list_cut_position(struct list_head *list, in list_cut_position()
538 static inline void list_cut_before(struct list_head *list, in list_cut_before()
[all …]
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()
H A Dhugetlb.h114 #define for_each_hstate(h) \ argument
412 static inline bool folio_isolate_hugetlb(struct folio *folio, struct list_head *list) in folio_isolate_hugetlb()
679 struct list_head list; member
762 static inline unsigned long huge_page_size(const struct hstate *h) in huge_page_size()
767 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
772 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
777 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
793 struct hstate *h = hstate_vma(vma); in hugetlb_linear_page_index() local
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()
[all …]
/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.c194 static void free_vmemmap_page_list(struct list_head *list) in free_vmemmap_page_list()
337 struct list_head *list) in alloc_vmemmap_page_list()
395 static int __hugetlb_vmemmap_restore_folio(const struct hstate *h, in __hugetlb_vmemmap_restore_folio()
435 int hugetlb_vmemmap_restore_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_restore_folio()
453 long hugetlb_vmemmap_restore_folios(const struct hstate *h, in hugetlb_vmemmap_restore_folios()
482 static bool vmemmap_should_optimize_folio(const struct hstate *h, struct folio *folio) in vmemmap_should_optimize_folio()
522 static int __hugetlb_vmemmap_optimize_folio(const struct hstate *h, in __hugetlb_vmemmap_optimize_folio()
593 void hugetlb_vmemmap_optimize_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_optimize_folio()
601 static int hugetlb_vmemmap_split_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_split_folio()
618 static void __hugetlb_vmemmap_optimize_folios(struct hstate *h, in __hugetlb_vmemmap_optimize_folios()
[all …]
H A Dhugetlb.c156 hugepage_new_subpool(struct hstate * h,long max_hpages,long min_hpages) hugepage_new_subpool() argument
487 record_hugetlb_cgroup_uncharge_info(struct hugetlb_cgroup * h_cg,struct hstate * h,struct resv_map * resv,struct file_region * nrg) record_hugetlb_cgroup_uncharge_info() argument
569 hugetlb_resv_map_add(struct resv_map * map,struct list_head * rg,long from,long to,struct hstate * h,struct hugetlb_cgroup * cg,long * regions_needed) hugetlb_resv_map_add() argument
596 add_reservation_in_range(struct resv_map * resv,long f,long t,struct hugetlb_cgroup * h_cg,struct hstate * h,long * regions_needed) add_reservation_in_range() argument
728 region_add(struct resv_map * resv,long f,long t,long in_regions_needed,struct hstate * h,struct hugetlb_cgroup * h_cg) region_add() argument
964 struct hstate *h = hstate_inode(inode); hugetlb_fix_reserve_counts() local
1011 vma_hugecache_offset(struct hstate * h,struct vm_area_struct * vma,unsigned long address) vma_hugecache_offset() argument
1060 resv_map_set_hugetlb_cgroup_uncharge_info(struct resv_map * resv_map,struct hugetlb_cgroup * h_cg,struct hstate * h) resv_map_set_hugetlb_cgroup_uncharge_info() argument
1234 enqueue_hugetlb_folio(struct hstate * h,struct folio * folio) enqueue_hugetlb_folio() argument
1247 dequeue_hugetlb_folio_node_exact(struct hstate * h,int nid) dequeue_hugetlb_folio_node_exact() argument
1275 dequeue_hugetlb_folio_nodemask(struct hstate * h,gfp_t gfp_mask,int nid,nodemask_t * nmask) dequeue_hugetlb_folio_nodemask() argument
1315 available_huge_pages(struct hstate * h) available_huge_pages() argument
1320 dequeue_hugetlb_folio_vma(struct hstate * h,struct vm_area_struct * vma,unsigned long address,long gbl_chg) dequeue_hugetlb_folio_vma() argument
1392 remove_hugetlb_folio(struct hstate * h,struct folio * folio,bool adjust_surplus) remove_hugetlb_folio() argument
1428 add_hugetlb_folio(struct hstate * h,struct folio * folio,bool adjust_surplus) add_hugetlb_folio() argument
1458 __update_and_free_hugetlb_folio(struct hstate * h,struct folio * folio) __update_and_free_hugetlb_folio() argument
1535 struct hstate *h; free_hpage_workfn() local
1556 flush_free_hpage_work(struct hstate * h) flush_free_hpage_work() argument
1562 update_and_free_hugetlb_folio(struct hstate * h,struct folio * folio,bool atomic) update_and_free_hugetlb_folio() argument
1581 bulk_vmemmap_restore_error(struct hstate * h,struct list_head * folio_list,struct list_head * non_hvo_folios) bulk_vmemmap_restore_error() argument
1632 update_and_free_pages_bulk(struct hstate * h,struct list_head * folio_list) update_and_free_pages_bulk() argument
1675 struct hstate *h; size_to_hstate() local
1690 struct hstate *h = folio_hstate(folio); free_huge_folio() local
1755 account_new_hugetlb_folio(struct hstate * h,struct folio * folio) account_new_hugetlb_folio() argument
1836 only_alloc_fresh_hugetlb_folio(struct hstate * h,gfp_t gfp_mask,int nid,nodemask_t * nmask,nodemask_t * node_alloc_noretry) only_alloc_fresh_hugetlb_folio() argument
1863 alloc_fresh_hugetlb_folio(struct hstate * h,gfp_t gfp_mask,int nid,nodemask_t * nmask) alloc_fresh_hugetlb_folio() argument
1874 prep_and_add_allocated_folios(struct hstate * h,struct list_head * folio_list) prep_and_add_allocated_folios() argument
1896 alloc_pool_huge_folio(struct hstate * h,nodemask_t * nodes_allowed,nodemask_t * node_alloc_noretry,int * next_node) alloc_pool_huge_folio() argument
1923 remove_pool_hugetlb_folio(struct hstate * h,nodemask_t * nodes_allowed,bool acct_surplus) remove_pool_hugetlb_folio() argument
1977 struct hstate *h = folio_hstate(folio); dissolve_free_hugetlb_folio() local
2054 struct hstate *h; dissolve_free_hugetlb_folios() local
2076 alloc_surplus_hugetlb_folio(struct hstate * h,gfp_t gfp_mask,int nid,nodemask_t * nmask) alloc_surplus_hugetlb_folio() argument
2124 alloc_migrate_hugetlb_folio(struct hstate * h,gfp_t gfp_mask,int nid,nodemask_t * nmask) alloc_migrate_hugetlb_folio() argument
2155 alloc_buddy_hugetlb_folio_with_mpol(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) alloc_buddy_hugetlb_folio_with_mpol() argument
2180 alloc_hugetlb_folio_reserve(struct hstate * h,int preferred_nid,nodemask_t * nmask,gfp_t gfp_mask) alloc_hugetlb_folio_reserve() argument
2201 alloc_hugetlb_folio_nodemask(struct hstate * h,int preferred_nid,nodemask_t * nmask,gfp_t gfp_mask,bool allow_alloc_fallback) alloc_hugetlb_folio_nodemask() argument
2245 gather_surplus_pages(struct hstate * h,long delta) gather_surplus_pages() argument
2350 return_unused_surplus_pages(struct hstate * h,unsigned long unused_resv_pages) return_unused_surplus_pages() argument
2430 __vma_reservation_common(struct hstate * h,struct vm_area_struct * vma,unsigned long addr,enum vma_resv_mode mode) __vma_reservation_common() argument
2510 vma_needs_reservation(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) vma_needs_reservation() argument
2516 vma_commit_reservation(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) vma_commit_reservation() argument
2522 vma_end_reservation(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) vma_end_reservation() argument
2528 vma_add_reservation(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) vma_add_reservation() argument
2534 vma_del_reservation(struct hstate * h,struct vm_area_struct * vma,unsigned long addr) vma_del_reservation() argument
2560 restore_reserve_on_error(struct hstate * h,struct vm_area_struct * vma,unsigned long address,struct folio * folio) restore_reserve_on_error() argument
2642 alloc_and_dissolve_hugetlb_folio(struct folio * old_folio,struct list_head * list) alloc_and_dissolve_hugetlb_folio() argument
2645 struct hstate *h; alloc_and_dissolve_hugetlb_folio() local
2727 isolate_or_dissolve_huge_folio(struct folio * folio,struct list_head * list) isolate_or_dissolve_huge_folio() argument
2762 struct hstate *h; replace_free_hugepage_folios() local
2859 struct hstate *h = hstate_vma(vma); alloc_hugetlb_folio() local
3027 alloc_bootmem(struct hstate * h,int nid,bool node_exact) alloc_bootmem() argument
3079 __alloc_bootmem_huge_page(struct hstate * h,int nid) __alloc_bootmem_huge_page() argument
3118 hugetlb_folio_init_tail_vmemmap(struct folio * folio,struct hstate * h,unsigned long start_page_number,unsigned long end_page_number) hugetlb_folio_init_tail_vmemmap() argument
3141 hugetlb_folio_init_vmemmap(struct folio * folio,struct hstate * h,unsigned long nr_pages) hugetlb_folio_init_vmemmap() argument
3180 hugetlb_bootmem_init_migratetype(struct folio * folio,struct hstate * h) hugetlb_bootmem_init_migratetype() argument
3195 prep_and_add_bootmem_folios(struct hstate * h,struct list_head * folio_list) prep_and_add_bootmem_folios() argument
3263 hugetlb_bootmem_free_invalid_page(int nid,struct page * page,struct hstate * h) hugetlb_bootmem_free_invalid_page() argument
3284 struct hstate *h = NULL, *prev_h = NULL; gather_bootmem_prealloc_node() local
3371 hugetlb_hstate_alloc_pages_onenode(struct hstate * h,int nid) hugetlb_hstate_alloc_pages_onenode() argument
3414 hugetlb_hstate_alloc_pages_specific_nodes(struct hstate * h) hugetlb_hstate_alloc_pages_specific_nodes() argument
3429 hugetlb_hstate_alloc_pages_errcheck(unsigned long allocated,struct hstate * h) hugetlb_hstate_alloc_pages_errcheck() argument
3443 struct hstate *h = (struct hstate *)arg; hugetlb_pages_alloc_boot_node() local
3472 hugetlb_gigantic_pages_alloc_boot(struct hstate * h) hugetlb_gigantic_pages_alloc_boot() argument
3485 hugetlb_pages_alloc_boot(struct hstate * h) hugetlb_pages_alloc_boot() argument
3564 hugetlb_hstate_alloc_pages(struct hstate * h) hugetlb_hstate_alloc_pages() argument
3596 struct hstate *h, *h2; hugetlb_init_hstates() local
3636 struct hstate *h; report_hugepages() local
3657 try_to_free_low(struct hstate * h,unsigned long count,nodemask_t * nodes_allowed) try_to_free_low() argument
3689 try_to_free_low(struct hstate * h,unsigned long count,nodemask_t * nodes_allowed) try_to_free_low() argument
3700 adjust_pool_surplus(struct hstate * h,nodemask_t * nodes_allowed,int delta) adjust_pool_surplus() argument
3728 persistent_huge_pages(h) global() argument
3729 set_max_huge_pages(struct hstate * h,unsigned long count,int nid,nodemask_t * nodes_allowed) set_max_huge_pages() argument
4047 __nr_hugepages_store_common(bool obey_mempolicy,struct hstate * h,int nid,unsigned long count,size_t len) __nr_hugepages_store_common() argument
4159 struct hstate *h; hugetlb_add_hstate() local
4339 struct hstate *h; hugepagesz_setup() local
4459 struct hstate *h; hugetlb_bootmem_alloc() local
4499 allowed_mems_nr(struct hstate * h) allowed_mems_nr() argument
4518 struct hstate *h; hugetlb_report_meminfo() local
4548 struct hstate *h = &default_hstate; hugetlb_report_node_meminfo() local
4564 struct hstate *h; hugetlb_show_meminfo_node() local
4587 struct hstate *h; hugetlb_total_pages() local
4595 hugetlb_acct_memory(struct hstate * h,long delta) hugetlb_acct_memory() argument
4687 struct hstate *h = hstate_vma(vma); hugetlb_vm_op_close() local
4860 struct hstate *h = hstate_vma(src_vma); copy_hugetlb_page_range() local
5041 struct hstate *h = hstate_vma(vma); move_huge_pte() local
5080 struct hstate *h = hstate_vma(vma); move_hugetlb_page_tables() local
5150 struct hstate *h = hstate_vma(vma); __unmap_hugepage_range() local
5364 struct hstate *h = hstate_vma(vma); unmap_ref_private() local
5424 struct hstate *h = hstate_vma(vma); hugetlb_wp() local
5613 hugetlbfs_pagecache_present(struct hstate * h,struct vm_area_struct * vma,unsigned long address) hugetlbfs_pagecache_present() argument
5631 struct hstate *h = hstate_inode(inode); hugetlb_add_to_page_cache() local
5677 hugetlb_pte_stable(struct hstate * h,struct mm_struct * mm,unsigned long addr,pte_t * ptep,pte_t old_pte) hugetlb_pte_stable() argument
5697 struct hstate *h = hstate_vma(vma); hugetlb_no_page() local
5946 struct hstate *h = hstate_vma(vma); hugetlb_fault() local
6135 alloc_hugetlb_folio_vma(struct hstate * h,struct vm_area_struct * vma,unsigned long address) alloc_hugetlb_folio_vma() argument
6172 struct hstate *h = hstate_vma(dst_vma); hugetlb_mfill_atomic_pte() local
6391 struct hstate *h = hstate_vma(vma); hugetlb_change_protection() local
6545 struct hstate *h = hstate_inode(inode); hugetlb_reserve_pages() local
6730 struct hstate *h = hstate_inode(inode); hugetlb_unreserve_pages() local
7084 hugetlb_mask_last_page(struct hstate * h) hugetlb_mask_last_page() argument
7099 hugetlb_mask_last_page(struct hstate * h) hugetlb_mask_last_page() argument
7127 folio_isolate_hugetlb(struct folio * folio,struct list_head * list) folio_isolate_hugetlb() argument
7186 struct hstate *h = folio_hstate(old_folio); move_hugetlb_state() local
7245 struct hstate *h = hstate_vma(vma); hugetlb_unshare_pmds() local
[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; global() member
86 conn_free(struct nf_conncount_list * list,struct nf_conncount_tuple * conn) conn_free() argument
98 find_or_evict(struct net * net,struct nf_conncount_list * list,struct nf_conncount_tuple * conn) find_or_evict() argument
134 const struct nf_conntrack_tuple_hash *h; get_ct_or_tuple_from_skb() local
166 __nf_conncount_add(struct net * net,const struct sk_buff * skb,u16 l3num,struct nf_conncount_list * list) __nf_conncount_add() argument
276 nf_conncount_add_skb(struct net * net,const struct sk_buff * skb,u16 l3num,struct nf_conncount_list * list) nf_conncount_add_skb() argument
289 nf_conncount_list_init(struct nf_conncount_list * list) nf_conncount_list_init() argument
301 __nf_conncount_gc_list(struct net * net,struct nf_conncount_list * list) __nf_conncount_gc_list() argument
347 nf_conncount_gc_list(struct net * net,struct nf_conncount_list * list) nf_conncount_gc_list() argument
362 __tree_nodes_free(struct rcu_head * h) __tree_nodes_free() argument
650 nf_conncount_cache_free(struct nf_conncount_list * list) nf_conncount_cache_free() argument
[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
791 struct list_head list; global() member
796 struct list_head list; global() member
805 struct list_head list; global() member
1016 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_add() local
1045 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_del() local
1077 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_num() local
1114 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_valid() local
1132 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_lookup_type() local
1153 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_bis() local
1175 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_create_pa_sync() local
1201 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_per_adv_bis() local
1225 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_handle() local
1244 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_ba() local
1265 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_role() local
1286 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_le() local
1312 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_cis() local
1344 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_cig() local
1367 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big() local
1391 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big_sync_pend() local
1415 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_big_state() local
1438 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_pa_sync_big_handle() local
1461 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_lookup_pa_sync_handle() local
1492 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_list_state() local
1512 struct hci_conn_hash *h = &hdev->conn_hash; hci_conn_hash_list_flag() local
1530 struct hci_conn_hash *h = &hdev->conn_hash; hci_lookup_le_connect() local
1551 struct hci_conn_hash *h = &hdev->conn_hash; hci_is_le_conn_scanning() local
2120 struct list_head list; global() member
2372 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/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/sunrpc/
H A Dcache.c46 cache_init(struct cache_head * h,struct cache_detail * detail) cache_init() argument
187 cache_make_negative(struct cache_detail * detail,struct cache_head * h) cache_make_negative() argument
194 cache_entry_update(struct cache_detail * detail,struct cache_head * h,struct cache_head * new) cache_entry_update() argument
249 cache_is_valid(struct cache_head * h) cache_is_valid() argument
270 try_to_negate_entry(struct cache_detail * detail,struct cache_head * h) try_to_negate_entry() argument
288 cache_check_rcu(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check_rcu() argument
348 cache_check(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check() argument
804 struct list_head list; global() member
812 struct list_head list; global() member
1203 cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) cache_pipe_upcall() argument
1244 sunrpc_cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall() argument
1253 sunrpc_cache_pipe_upcall_timeout(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall_timeout() argument
1288 int h, l; qword_get() local
1892 sunrpc_cache_unhash(struct cache_detail * cd,struct cache_head * h) sunrpc_cache_unhash() argument
[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
400 struct htype *h = set->data; mtype_flush() local
453 struct htype *h = set->data; mtype_destroy() local
485 mtype_gc_do(struct ip_set * set,struct htype * h,struct htable * t,u32 r) mtype_gc_do() argument
563 struct htype *h; mtype_gc() local
606 struct htype *h = set->data; mtype_cancel_gc() local
626 struct htype *h = set->data; mtype_resize() local
813 struct htype *h = set->data; mtype_ext_size() local
847 struct htype *h = set->data; mtype_add() local
1046 struct htype *h = set->data; mtype_del() local
1173 struct htype *h = set->data; mtype_test_cidrs() local
1230 struct htype *h = set->data; mtype_test() local
1280 struct htype *h = set->data; mtype_head() local
1345 struct htype *h = set->data; mtype_uref() local
1488 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/drivers/dma-buf/
H A Ddma-heap.c42 struct list_head list; global() member
232 struct dma_heap *heap, *h, *err_ret; dma_heap_add() local
[all...]
/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
[all...]
/linux/net/bluetooth/
H A Dhci_core.c2063 hci_bdaddr_list_add(struct list_head * list,bdaddr_t * bdaddr,u8 type) hci_bdaddr_list_add() argument
2085 hci_bdaddr_list_add_with_irk(struct list_head * list,bdaddr_t * bdaddr,u8 type,u8 * peer_irk,u8 * local_irk) hci_bdaddr_list_add_with_irk() argument
2114 hci_bdaddr_list_add_with_flags(struct list_head * list,bdaddr_t * bdaddr,u8 type,u32 flags) hci_bdaddr_list_add_with_flags() argument
2138 hci_bdaddr_list_del(struct list_head * list,bdaddr_t * bdaddr,u8 type) hci_bdaddr_list_del() argument
2157 hci_bdaddr_list_del_with_irk(struct list_head * list,bdaddr_t * bdaddr,u8 type) hci_bdaddr_list_del_with_irk() argument
2194 hci_pend_le_action_lookup(struct list_head * list,bdaddr_t * addr,u8 addr_type) hci_pend_le_action_lookup() argument
2227 hci_pend_le_list_add(struct hci_conn_params * param,struct list_head * list) hci_pend_le_list_add() argument
3189 struct sk_buff *list; hci_queue_acl() local
3291 struct sk_buff *list; hci_queue_iso() local
3388 struct hci_conn_hash *h = &hdev->conn_hash; hci_low_sent() local
3430 struct hci_conn_hash *h = &hdev->conn_hash; hci_link_tx_to() local
3452 struct hci_conn_hash *h = &hdev->conn_hash; hci_chan_sent() local
3514 struct hci_conn_hash *h = &hdev->conn_hash; hci_prio_recalculate() local
[all...]
/linux/drivers/firewire/
H A Dcore-topology.c129 struct list_head *h; build_tree() local
266 struct list_head list; for_each_fw_node() local
[all...]

1234