Searched refs:enode (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | trace_boot.c | 463 struct xbc_node *enode) in trace_boot_init_one_event() argument 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 [all …]
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_edif.h | 124 struct enode { struct 133 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES)) argument
|
D | qla_edif.c | 1799 qla_enode_free(scsi_qla_host_t *vha, struct enode *node) in qla_enode_free() 1842 struct enode *node, *q; in qla_enode_stop() 1870 struct enode *e, *tmp; in qla_enode_clear() 1906 static struct enode * 1909 struct enode *node; in qla_enode_alloc() 1926 qla_enode_add(scsi_qla_host_t *vha, struct enode *ptr) in qla_enode_add() 1941 static struct enode * 1944 struct enode *node_rtn = NULL; in qla_enode_find() 1945 struct enode *list_node, *q; in qla_enode_find() 1983 struct enode *ptr; in qla_pur_get_pending() [all …]
|
D | qla_def.h | 4767 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))
|
/linux-6.1.9/lib/ |
D | maple_tree.c | 448 enum maple_type mas_parent_enum(struct ma_state *mas, struct maple_enode *enode) in mas_parent_enum() argument 450 return mte_parent_enum(ma_enode_ptr(mte_to_node(enode)->parent), mas->tree); in mas_parent_enum() 463 void mte_set_parent(struct maple_enode *enode, const struct maple_enode *parent, in mte_set_parent() argument 489 mte_to_node(enode)->parent = ma_parent_ptr(val); in mte_set_parent() 498 static inline unsigned int mte_parent_slot(const struct maple_enode *enode) in mte_parent_slot() argument 500 unsigned long val = (unsigned long) mte_to_node(enode)->parent; in mte_parent_slot() 519 static inline struct maple_node *mte_parent(const struct maple_enode *enode) in mte_parent() argument 522 (mte_to_node(enode)->parent) & ~MAPLE_NODE_MASK); in mte_parent() 544 static inline bool mte_dead_node(const struct maple_enode *enode) in mte_dead_node() argument 548 node = mte_to_node(enode); in mte_dead_node() [all …]
|