Searched refs:map_node (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 540 struct map_node { struct 544 SLIST_ENTRY(map_node) links; 611 struct map_node *hscb_map; 612 struct map_node *sg_map; 613 struct map_node *sense_map; 655 SLIST_HEAD(, map_node) hscb_maps; 656 SLIST_HEAD(, map_node) sg_maps; 657 SLIST_HEAD(, map_node) sense_maps; 658 int scbs_left; /* unallocated scbs in head map_node */ 659 int sgs_left; /* unallocated sgs in head map_node */ [all...] |
H A D | aic79xx_core.c | 805 struct map_node *q_hscb_map; in ahd_swap_with_next_hscb() 6504 struct map_node *sns_map; in ahd_fini_scbdata() 6519 struct map_node *sg_map; in ahd_fini_scbdata() 6534 struct map_node *hscb_map; in ahd_fini_scbdata() 6757 struct map_node *hscb_map; in ahd_alloc_scbs() 6758 struct map_node *sg_map; in ahd_alloc_scbs() 6759 struct map_node *sense_map; in ahd_alloc_scbs()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 540 struct map_node { struct 544 SLIST_ENTRY(map_node) links; 611 struct map_node *hscb_map; 612 struct map_node *sg_map; 613 struct map_node *sense_map; 655 SLIST_HEAD(, map_node) hscb_maps; 656 SLIST_HEAD(, map_node) sg_maps; 657 SLIST_HEAD(, map_node) sense_maps; 658 int scbs_left; /* unallocated scbs in head map_node */ 659 int sgs_left; /* unallocated sgs in head map_node */ [all...] |
H A D | aic79xx_core.c | 805 struct map_node *q_hscb_map; in ahd_swap_with_next_hscb() 6503 struct map_node *sns_map; in ahd_fini_scbdata() 6518 struct map_node *sg_map; in ahd_fini_scbdata() 6533 struct map_node *hscb_map; in ahd_fini_scbdata() 6756 struct map_node *hscb_map; in ahd_alloc_scbs() 6757 struct map_node *sg_map; in ahd_alloc_scbs() 6758 struct map_node *sense_map; in ahd_alloc_scbs()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_local_storage.c | 63 return !hlist_unhashed_lockless(&selem->map_node); in selem_linked_to_map_lockless() 68 return !hlist_unhashed(&selem->map_node); in selem_linked_to_map() 188 hlist_del_init_rcu(&selem->map_node); in bpf_selem_unlink_map() 199 hlist_add_head_rcu(&selem->map_node, &b->list); in bpf_selem_link_map() 507 struct bpf_local_storage_elem, map_node))) { in bpf_local_storage_map_free()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_local_storage.c | 66 return !hlist_unhashed_lockless(&selem->map_node); in selem_linked_to_map_lockless() 71 return !hlist_unhashed(&selem->map_node); in selem_linked_to_map() 391 hlist_del_init_rcu(&selem->map_node); in bpf_selem_unlink_map() 403 hlist_add_head_rcu(&selem->map_node, &b->list); in bpf_selem_link_map() 882 struct bpf_local_storage_elem, map_node))) { in bpf_local_storage_map_free()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf_local_storage.h | 69 struct hlist_node map_node; /* Linked to bpf_local_storage_map */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf_local_storage.h | 77 struct hlist_node map_node; /* Linked to bpf_local_storage_map */ member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | bpf_sk_storage.c | 680 selem = hlist_entry_safe(rcu_dereference(hlist_next_rcu(&selem->map_node)), in __acquires() 681 struct bpf_local_storage_elem, map_node); in __acquires() 701 hlist_for_each_entry_rcu(selem, &b->list, map_node) { in __acquires()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 309 struct map_rb_node *map_node; in read_unwind_spec_eh_frame() local 328 maps__for_each_entry(thread__maps(ui->thread), map_node) { in read_unwind_spec_eh_frame() 329 struct map *map = map_node->map; in read_unwind_spec_eh_frame()
|
/kernel/linux/linux-5.10/arch/m68k/mm/ |
H A D | motorola.c | 290 static void __init map_node(int node) in map_node() function 453 map_node(i); in paging_init()
|
/kernel/linux/linux-6.6/arch/m68k/mm/ |
H A D | motorola.c | 289 static void __init map_node(int node) in map_node() function 483 map_node(i); in paging_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | bpf_sk_storage.c | 729 selem = hlist_entry_safe(rcu_dereference(hlist_next_rcu(&selem->map_node)), in __acquires() 730 struct bpf_local_storage_elem, map_node); in __acquires() 750 hlist_for_each_entry_rcu(selem, &b->list, map_node) { in __acquires()
|
Completed in 34 milliseconds