/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 15 static int node_offset(void *fdt, const char *node_path) in node_offset() function 27 int offset = node_offset(fdt, node_path); in setprop() 36 int offset = node_offset(fdt, node_path); in setprop_string() 45 int offset = node_offset(fdt, node_path); in setprop_cell()
|
/linux/kernel/bpf/ |
H A D | bpf_lru_list.c | 565 u32 node_offset, u32 elem_size, in bpf_common_lru_populate() argument 574 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_common_lru_populate() 583 u32 node_offset, u32 elem_size, in bpf_percpu_lru_populate() argument 599 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_percpu_lru_populate() 613 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset, in bpf_lru_populate() argument 617 bpf_percpu_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate() 620 bpf_common_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate()
|
H A D | bpf_lru_list.h | 73 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
|
H A D | helpers.c | 2078 obj -= field->graph_root.node_offset; in bpf_list_head_free() 2117 obj -= field->graph_root.node_offset; in bpf_rb_root_free()
|
H A D | verifier.c | 2089 regs[regno].off = ds_head->node_offset; in mark_reg_graph_node() 12463 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node() 12471 if (node_off != field->graph_root.node_offset) { in __process_kf_arg_ptr_to_graph_node() 12474 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node()
|
H A D | btf.c | 3895 field->graph_root.node_offset = offset; in btf_parse_graph_root()
|
/linux/drivers/acpi/riscv/ |
H A D | rhct.c | 61 for (node = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->node_offset); in acpi_get_riscv_isa() 161 for (node = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->node_offset); in acpi_get_cbo_block_size()
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 446 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument 455 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
|
/linux/drivers/acpi/ |
H A D | viot.c | 62 max_t(size_t, sizeof(*viot), viot->node_offset)); in viot_check_bounds() 295 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init()
|
/linux/drivers/acpi/arm64/ |
H A D | iort.c | 241 iort->node_offset); in iort_scan_node() 1050 iort->node_offset); in iort_find_rmrs() 1937 iort->node_offset); in iort_init_platform_devices() 2013 node = ACPI_ADD_PTR(struct acpi_iort_node, iort, iort->node_offset); in acpi_iort_dma_get_max_cpu_address()
|
/linux/include/acpi/ |
H A D | actbl3.h | 526 u16 node_offset; member
|
H A D | actbl2.h | 463 u32 node_offset; member 2946 u32 node_offset; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 2102 int node_offset, max_agg_nodes = 0; in ice_set_agg_vsi() local 2146 for (node_offset = 0; node_offset < max_agg_nodes; node_offset++) { in ice_set_agg_vsi() 2165 agg_id = node_offset + agg_node_id_start; in ice_set_agg_vsi()
|
/linux/include/linux/ |
H A D | bpf.h | 224 u32 node_offset; member
|