Searched refs:xbc_node_get_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_boot.c | 259 xbc_node_get_data(hnode), param); in trace_boot_hist_add_one_handler() 273 xbc_node_get_data(hnode), in trace_boot_hist_add_one_handler() 274 xbc_node_get_data(knode)); in trace_boot_hist_add_one_handler() 278 append_printf(bufp, end, ".%s", xbc_node_get_data(knode)); in trace_boot_hist_add_one_handler() 290 xbc_node_get_data(hnode)); in trace_boot_hist_add_one_handler() 305 handler = xbc_node_get_data(hnode); in trace_boot_hist_add_handlers() 308 p = xbc_node_get_data(node); in trace_boot_hist_add_handlers() 382 xbc_node_get_data(knode)); in trace_boot_compose_hist_cmd() 427 p = xbc_node_get_data(node); in trace_boot_init_histograms() 470 group = xbc_node_get_data(gnod in trace_boot_init_one_event() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | bootconfig.h | 42 const char * __init xbc_node_get_data(struct xbc_node *node); 142 for (value = xbc_node_get_data(anode); anode != NULL ; \ 144 value = anode ? xbc_node_get_data(anode) : NULL) 175 value = anode ? xbc_node_get_data(anode) : NULL)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bootconfig.h | 72 const char * __init xbc_node_get_data(struct xbc_node *node); 191 for (value = xbc_node_get_data(anode); anode != NULL ; \ 193 value = anode ? xbc_node_get_data(anode) : NULL) 237 value = anode ? xbc_node_get_data(anode) : NULL)
|
/kernel/linux/linux-5.10/lib/ |
H A D | bootconfig.c | 109 * xbc_node_get_data() - Get the data of XBC node 115 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data() function 128 const char *p = xbc_node_get_data(node); in xbc_node_match_prefix() 206 return node ? xbc_node_get_data(node) : ""; in xbc_node_find_value() 249 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node), in xbc_node_compose_key_after() 327 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value() 539 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node() 690 xbc_node_get_data(n)); in xbc_verify_tree() 702 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree() 712 wlen = strlen(xbc_node_get_data( in xbc_verify_tree() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | bootconfig.c | 174 * xbc_node_get_data() - Get the data of XBC node 180 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data() function 193 const char *p = xbc_node_get_data(node); in xbc_node_match_prefix() 271 return node ? xbc_node_get_data(node) : ""; in xbc_node_find_value() 314 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node), in xbc_node_compose_key_after() 402 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value() 637 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node() 795 xbc_node_get_data(n)); in xbc_verify_tree() 807 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree() 817 wlen = strlen(xbc_node_get_data( in xbc_verify_tree() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_boot.c | 183 group = xbc_node_get_data(gnode); in trace_boot_init_one_event() 184 event = xbc_node_get_data(enode); in trace_boot_init_one_event() 319 p = xbc_node_get_data(inode); in trace_boot_init_instances()
|
Completed in 5 milliseconds