Home
last modified time | relevance | path

Searched refs:enode (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/kernel/trace/
Dtrace_boot.c459 struct xbc_node *enode) in trace_boot_init_one_event() argument
467 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
470 if (trace_boot_add_kprobe_event(enode, event) < 0) in trace_boot_init_one_event()
473 if (trace_boot_add_synth_event(enode, event) < 0) in trace_boot_init_one_event()
483 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
492 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
498 anode = xbc_node_find_subkey(enode, "hist"); in trace_boot_init_one_event()
501 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
504 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
516 struct xbc_node *gnode, *enode; in trace_boot_init_events() local
[all …]
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.h122 struct enode { struct
Dqla_edif.c1586 qla_enode_free(scsi_qla_host_t *vha, struct enode *node) in qla_enode_free()
1629 struct enode *node, *q; in qla_enode_stop()
1659 static struct enode *
1662 struct enode *node; in qla_enode_alloc()
1679 qla_enode_add(scsi_qla_host_t *vha, struct enode *ptr) in qla_enode_add()
1694 static struct enode *
1697 struct enode *node_rtn = NULL; in qla_enode_find()
1698 struct enode *list_node = NULL; in qla_enode_find()
1709 list_node = list_entry(pos, struct enode, list); in qla_enode_find()
1752 struct enode *ptr; in qla_pur_get_pending()
[all …]
Dqla_def.h4728 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))