/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.h | 33 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/ |
H A D | ccu_common.h | 75 void of_sunxi_ccu_probe(struct device_node *node, void __iomem *reg,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip.h | 84 int zip_create_qps(struct hisi_qp **qps, int qp_num, int node);
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | sba.h | 72 struct s_sba_node_vars node[MAX_NODES] ; member
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | allowedips.h | 44 int wg_allowedips_read_node(struct allowedips_node *node, u8 ip[16], u8 *cidr);
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | nfcmrvl.h | 129 int nfcmrvl_parse_dt(struct device_node *node,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.h | 63 struct hlist_node node; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | msm_disp_snapshot.h | 65 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.h | 18 struct nvkm_mm_node *node; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | gpuobj.h | 17 struct nvkm_mm_node *node; member
|
/kernel/linux/linux-6.6/drivers/leds/trigger/ |
H A D | ledtrig-panic.c | 49 list_for_each_entry(led_cdev, &leds_list, node) in led_trigger_panic_notifier()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bio-prison-v2.h | 52 struct rb_node node; member
|
H A D | dm-verity-loadpin.c | 36 list_for_each_entry(trd, &dm_verity_loadpin_trusted_root_digests, node) { in is_trusted_verity_target()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | srcline.h | 47 /* free resources associated to the inline node list */ 48 void inline_node__delete(struct inline_node *node); 50 /* insert the inline node list into the DSO, which will take ownership */ 53 /* find previously inserted inline node list */
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | ruleset.h | 52 * @node: Node in the ruleset's red-black tree. 54 struct rb_node node; member 78 * @parent: Pointer to the parent node, or NULL if it is a root
|
/kernel/linux/linux-6.6/sound/aoa/ |
H A D | aoa.h | 35 struct device_node *node; member
|
H A D | aoa-gpio.h | 72 struct device_node *node; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bench_local_storage_create.c | 35 int node) in BPF_PROG() 33 BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node) BPF_PROG() argument
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_swtmr_pri.h | 69 LOS_DL_LIST node; member
|
/kernel/liteos_m/components/signal/ |
H A D | los_signal.h | 128 LOS_DL_LIST node;
member
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | xen-blkfront.c | 89 struct list_head node; member 331 list_add(&gnt_list_entry->node, &rinfo->grants); in fill_grant_buffer() 339 &rinfo->grants, node) { in fill_grant_buffer() 340 list_del(&gnt_list_entry->node); in fill_grant_buffer() 356 node); in get_free_grant() 357 list_del(&gnt_list_entry->node); in get_free_grant() 1296 &rinfo->grants, node) { in blkif_free_ring() 1297 list_del(&persistent_gnt->node); in blkif_free_ring() 1544 list_add(&s->grants_used[i]->node, &rinfo->grants); in blkif_completion() 1553 list_add_tail(&s->grants_used[i]->node, in blkif_completion() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 90 struct list_head node; member 331 list_add(&gnt_list_entry->node, &rinfo->grants); in fill_grant_buffer() 339 &rinfo->grants, node) { in fill_grant_buffer() 340 list_del(&gnt_list_entry->node); in fill_grant_buffer() 356 node); in get_free_grant() 357 list_del(&gnt_list_entry->node); in get_free_grant() 1230 &rinfo->grants, node) { in blkif_free_ring() 1231 list_del(&persistent_gnt->node); in blkif_free_ring() 1471 list_add(&s->grants_used[i]->node, &rinfo->grants); in blkif_completion() 1480 list_add_tail(&s->grants_used[i]->node, in blkif_completion() [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 43 struct hl_cs_outcome *node; in hl_push_cs_outcome() local 51 * It has a pre-allocated amount of nodes, each node stores in hl_push_cs_outcome() 54 * On push outcome, a node (any) is taken from the free list, its in hl_push_cs_outcome() 55 * information is filled in, and the node is moved to the used list. in hl_push_cs_outcome() 58 * will pop the OLDEST node from the used list, and make it free. in hl_push_cs_outcome() 59 * On pop, the node is searched for in the used list (using a search in hl_push_cs_outcome() 61 * If found, the node is then removed from the used list, and moved in hl_push_cs_outcome() 62 * back to the free list. The outcome data that the node contained is in hl_push_cs_outcome() 69 node = list_last_entry(&outcome_store->used_list, in hl_push_cs_outcome() 71 hash_del(&node in hl_push_cs_outcome() 93 struct hl_cs_outcome *node; hl_pop_cs_outcome() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-imx6q.c | 164 static void of_assigned_ldb_sels(struct device_node *node, in of_assigned_ldb_sels() argument 172 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 175 rc = of_parse_phandle_with_args(node, "assigned-clock-parents", in of_assigned_ldb_sels() 184 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) { in of_assigned_ldb_sels() 190 rc = of_parse_phandle_with_args(node, "assigned-clocks", in of_assigned_ldb_sels() 194 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) { in of_assigned_ldb_sels() 218 static bool pll6_bypassed(struct device_node *node) in pll6_bypassed() argument 223 num_clocks = of_count_phandle_with_args(node, "assigned-clocks", in pll6_bypassed() 229 ret = of_parse_phandle_with_args(node, "assigned-clocks", in pll6_bypassed() 235 if (clkspec.np == node in pll6_bypassed() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras.c | 250 * Write the struct to the control node. 451 list_del(&obj->node); in put_obj() 477 list_add(&obj->node, &con->head); in amdgpu_ras_create_obj() 708 list_for_each_entry_safe(obj, tmp, &con->head, node) { in amdgpu_ras_disable_all_features() 924 list_for_each_entry(obj, &con->head, node) { in amdgpu_ras_query_error_count() 1116 list_for_each_entry_safe(obj, tmp, &con->head, node) { in amdgpu_ras_sysfs_remove_all() 1213 list_for_each_entry(obj, &con->head, node) { in amdgpu_ras_debugfs_create_all() 1241 list_for_each_entry_safe(obj, tmp, &con->head, node) { in amdgpu_ras_debugfs_remove_all() 1441 list_for_each_entry_safe(obj, tmp, &con->head, node) { in amdgpu_ras_interrupt_remove_all() 1461 list_for_each_entry(obj, &con->head, node) { in amdgpu_ras_log_on_err_counter() [all...] |