Home
last modified time | relevance | path

Searched refs:enode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_boot.c176 struct xbc_node *enode) in trace_boot_init_one_event()
184 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
187 if (trace_boot_add_kprobe_event(enode, event) < 0) in trace_boot_init_one_event()
190 if (trace_boot_add_synth_event(enode, event) < 0) in trace_boot_init_one_event()
200 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
209 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
215 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
218 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
230 struct xbc_node *gnode, *enode; in trace_boot_init_events() local
237 xbc_node_for_each_child(gnode, enode) in trace_boot_init_events()
175 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, struct xbc_node *enode) trace_boot_init_one_event() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_boot.c463 struct xbc_node *enode) in trace_boot_init_one_event()
471 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
474 if (trace_boot_add_kprobe_event(enode, event) < 0) in trace_boot_init_one_event()
477 if (trace_boot_add_synth_event(enode, event) < 0) in trace_boot_init_one_event()
487 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
496 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
502 anode = xbc_node_find_subkey(enode, "hist"); in trace_boot_init_one_event()
505 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
508 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
520 struct xbc_node *gnode, *enode; in trace_boot_init_events() local
462 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, struct xbc_node *enode) trace_boot_init_one_event() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dmaple_tree.c448 * @enode: The maple_enode to extract the parent's enum
452 enum maple_type mas_parent_type(struct ma_state *mas, struct maple_enode *enode) in mas_parent_type() argument
456 p_type = (unsigned long)mte_to_node(enode)->parent; in mas_parent_type()
474 * @enode: The encoded maple node.
475 * @parent: The encoded maple node that is the parent of @enode.
476 * @slot: The slot that @enode resides in @parent.
478 * Slot number is encoded in the enode->parent bit 3-6 or 2-6, depending on the
482 void mas_set_parent(struct ma_state *mas, struct maple_enode *enode, in mas_set_parent() argument
508 mte_to_node(enode)->parent = ma_parent_ptr(val); in mas_set_parent()
512 * mte_parent_slot() - get the parent slot of @enode
517 mte_parent_slot(const struct maple_enode *enode) mte_parent_slot() argument
537 mte_parent(const struct maple_enode *enode) mte_parent() argument
565 mte_dead_node(const struct maple_enode *enode) mte_dead_node() argument
2221 mte_node_or_none(struct maple_enode *enode) mte_node_or_none() argument
2545 mas_topiary_node(struct ma_state *mas, struct maple_enode *enode, bool in_rcu) mas_topiary_node() argument
4524 struct maple_enode *enode; mas_next_node() local
5140 mte_dead_leaves(struct maple_enode *enode, struct maple_tree *mt, void __rcu **slots) mte_dead_leaves() argument
5171 mte_dead_walk(struct maple_enode **enode, unsigned char offset) mte_dead_walk() argument
5199 struct maple_enode *enode; mt_free_walk() local
5235 mte_destroy_descend(struct maple_enode **enode, struct maple_tree *mt, struct maple_enode *prev, unsigned char offset) mte_destroy_descend() argument
5265 mt_destroy_walk(struct maple_enode *enode, struct maple_tree *mt, bool free) mt_destroy_walk() argument
5327 mte_destroy_walk(struct maple_enode *enode, struct maple_tree *mt) mte_destroy_walk() argument
5610 struct maple_enode *enode = mas->node; mas_expected_entries() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.h124 struct enode { struct
133 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))
H A Dqla_edif.c636 ql_dbg(ql_dbg_edif, vha, 0x911f, "%s enode already active\n", in qla_edif_app_start()
684 /* Call db stop and enode stop functions */ in qla_edif_app_stop()
687 qla_enode_stop(vha); /* stop enode */ in qla_edif_app_stop()
1843 qla_enode_free(scsi_qla_host_t *vha, struct enode *node) in qla_enode_free()
1850 * qla_enode_init - initialize enode structs & lock
1863 ql_dbg(ql_dbg_edif, vha, 0x09102, "%s enode still active\n", in qla_enode_init()
1877 * qla_enode_stop - stop and clear and enode data
1886 struct enode *node, *q; in qla_enode_stop()
1891 "%s enode not active\n", __func__); in qla_enode_stop()
1903 "%s freeing enode typ in qla_enode_stop()
[all...]
H A Dqla_def.h4845 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))

Completed in 40 milliseconds