/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 93 return ((ioreq->lnode == sld->lnode) && in csio_scsi_match_io() 98 return ((ioreq->lnode == sld->lnode) && in csio_scsi_match_io() 101 return (ioreq->lnode == sld->lnode); in csio_scsi_match_io() 203 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_cmd_wr() 258 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_cmd() 362 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_read_wr() 415 struct csio_hw *hw = req->lnode in csio_scsi_init_write_wr() [all...] |
H A D | csio_lnode.c | 108 * csio_ln_match_by_portid - lookup lnode using given portid. 112 * If found, returns lnode matching given portid otherwise returns NULL. 120 /* Match siblings lnode with portid */ in csio_ln_lookup_by_portid() 131 * csio_ln_lookup_by_vnpi - Lookup lnode using given vnp id. 134 * Returns - If found, returns lnode matching given vnp id 151 /* Match sibling lnode */ in csio_ln_lookup_by_vnpi() 171 * csio_lnode_lookup_by_wwpn - Lookup lnode using given wwpn. 175 * If found, returns lnode matching given wwpn, returns NULL otherwise. 191 /* Match sibling lnode */ in csio_lnode_lookup_by_wwpn() 270 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() [all...] |
H A D | csio_scsi.h | 187 struct csio_lnode *lnode; member
|
H A D | csio_wr.h | 251 struct csio_lnode *lnode; /* Owner lnode */ member
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 93 return ((ioreq->lnode == sld->lnode) && in csio_scsi_match_io() 98 return ((ioreq->lnode == sld->lnode) && in csio_scsi_match_io() 101 return (ioreq->lnode == sld->lnode); in csio_scsi_match_io() 203 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_cmd_wr() 258 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_cmd() 362 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_read_wr() 415 struct csio_hw *hw = req->lnode in csio_scsi_init_write_wr() [all...] |
H A D | csio_lnode.c | 108 * csio_ln_match_by_portid - lookup lnode using given portid. 112 * If found, returns lnode matching given portid otherwise returns NULL. 120 /* Match siblings lnode with portid */ in csio_ln_lookup_by_portid() 131 * csio_ln_lookup_by_vnpi - Lookup lnode using given vnp id. 134 * Returns - If found, returns lnode matching given vnp id 151 /* Match sibling lnode */ in csio_ln_lookup_by_vnpi() 171 * csio_lnode_lookup_by_wwpn - Lookup lnode using given wwpn. 175 * If found, returns lnode matching given wwpn, returns NULL otherwise. 191 /* Match sibling lnode */ in csio_lnode_lookup_by_wwpn() 270 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() [all...] |
H A D | csio_scsi.h | 187 struct csio_lnode *lnode; member
|
H A D | csio_wr.h | 251 struct csio_lnode *lnode; /* Owner lnode */ member
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | memory.c | 1429 struct hl_vm_hw_block_list_node *lnode = in hw_block_vm_close() local 1431 struct hl_ctx *ctx = lnode->ctx; in hw_block_vm_close() 1434 new_mmap_size = lnode->mapped_size - (vma->vm_end - vma->vm_start); in hw_block_vm_close() 1436 lnode->mapped_size = new_mmap_size; in hw_block_vm_close() 1441 list_del(&lnode->node); in hw_block_vm_close() 1444 kfree(lnode); in hw_block_vm_close() 1462 struct hl_vm_hw_block_list_node *lnode; in hl_hw_block_mmap() local 1485 lnode = kzalloc(sizeof(*lnode), GFP_KERNEL); in hl_hw_block_mmap() 1486 if (!lnode) in hl_hw_block_mmap() 2906 struct hl_vm_hw_block_list_node *lnode, *tmp; hl_hw_block_mem_fini() local [all...] |
H A D | debugfs.c | 245 struct hl_vm_hw_block_list_node *lnode; in vm_show() local 296 list_for_each_entry(lnode, &ctx->hw_block_mem_list, node) { in vm_show() 299 lnode->vaddr, lnode->block_size, lnode->mapped_size, in vm_show() 300 lnode->id); in vm_show()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 20 struct hlist_node lnode; member
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 20 struct hlist_node lnode; member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_expect.c | 59 hlist_del_rcu(&exp->lnode); in nf_ct_unlink_expect_report() 223 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations() 388 hlist_add_head_rcu(&exp->lnode, &master_help->expectations); in nf_ct_expect_insert() 404 hlist_for_each_entry(exp, &master_help->expectations, lnode) { in evict_oldest_expect()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_expect.c | 62 hlist_del_rcu(&exp->lnode); in nf_ct_unlink_expect_report() 239 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations() 405 hlist_add_head_rcu(&exp->lnode, &master_help->expectations); in nf_ct_expect_insert() 422 hlist_for_each_entry(exp, &master_help->expectations, lnode) { in evict_oldest_expect()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | core.c | 105 INIT_LIST_HEAD_RCU(&fp->aux->ksym.lnode); in bpf_prog_alloc_no_stats() 627 WARN_ON_ONCE(!list_empty(&ksym->lnode)); in bpf_ksym_add() 628 list_add_tail_rcu(&ksym->lnode, &bpf_kallsyms); in bpf_ksym_add() 635 if (list_empty(&ksym->lnode)) in __bpf_ksym_del() 639 list_del_rcu(&ksym->lnode); in __bpf_ksym_del() 656 return list_empty(&fp->aux->ksym.lnode) || in bpf_prog_kallsyms_verify_off() 657 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off() 763 list_for_each_entry_rcu(ksym, &bpf_kallsyms, lnode) { in bpf_get_kallsym()
|
H A D | trampoline.c | 286 INIT_LIST_HEAD_RCU(&ksym->lnode); in bpf_tramp_image_alloc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 359 struct g2d_cmdlist_node *lnode; in g2d_add_cmdlist_to_inuse() local 365 lnode = list_entry(file_priv->inuse_cmdlist.prev, in g2d_add_cmdlist_to_inuse() 367 lnode->cmdlist->data[lnode->cmdlist->last] = node->dma_addr; in g2d_add_cmdlist_to_inuse()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 361 struct g2d_cmdlist_node *lnode; in g2d_add_cmdlist_to_inuse() local 367 lnode = list_entry(file_priv->inuse_cmdlist.prev, in g2d_add_cmdlist_to_inuse() 369 lnode->cmdlist->data[lnode->cmdlist->last] = node->dma_addr; in g2d_add_cmdlist_to_inuse()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.c | 1000 struct llist_node *lnode; in __blkcg_rstat_flush() local 1006 lnode = llist_del_all(lhead); in __blkcg_rstat_flush() 1007 if (!lnode) in __blkcg_rstat_flush() 1021 llist_for_each_entry_safe(bisc, next_bisc, lnode, lnode) { in __blkcg_rstat_flush() 2136 llist_add(&bis->lnode, lhead); in blk_cgroup_bio_start()
|
H A D | blk-cgroup.h | 48 struct llist_node lnode; member
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | core.c | 123 INIT_LIST_HEAD_RCU(&fp->aux->ksym.lnode); in bpf_prog_alloc_no_stats() 652 WARN_ON_ONCE(!list_empty(&ksym->lnode)); in bpf_ksym_add() 653 list_add_tail_rcu(&ksym->lnode, &bpf_kallsyms); in bpf_ksym_add() 660 if (list_empty(&ksym->lnode)) in __bpf_ksym_del() 664 list_del_rcu(&ksym->lnode); in __bpf_ksym_del() 782 list_for_each_entry_rcu(ksym, &bpf_kallsyms, lnode) { in bpf_get_kallsym()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 1039 return list_empty(&fp->aux->ksym.lnode) || in bpf_prog_kallsyms_verify_off() 1040 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 642 struct list_head lnode; member 742 .lnode = LIST_HEAD_INIT(_name.ksym.lnode), \
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2691 int pkg, node, lnode, cpu, cpux; in set_node_data() local 2700 lnode = 0; in set_node_data() 2707 cpus[cpu].logical_node_id = lnode; in set_node_data() 2717 cpus[cpux].logical_node_id = lnode; in set_node_data() 2721 lnode++; in set_node_data() 2722 if (lnode > topo.nodes_per_pkg) in set_node_data() 2723 topo.nodes_per_pkg = lnode; in set_node_data() 5487 "cpu %d pkg %d die %d node %d lnode %d core %d thread %d\n", in topology_probe()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2874 int pkg, node, lnode, cpu, cpux; in set_node_data() local 2883 lnode = 0; in set_node_data() 2890 cpus[cpu].logical_node_id = lnode; in set_node_data() 2899 cpus[cpux].logical_node_id = lnode; in set_node_data() 2903 lnode++; in set_node_data() 2904 if (lnode > topo.nodes_per_pkg) in set_node_data() 2905 topo.nodes_per_pkg = lnode; in set_node_data() 5989 "cpu %d pkg %d die %d node %d lnode %d core %d thread %d\n", in topology_probe()
|