Searched refs:xs_init (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus.h | 101 int xs_init(void);
|
H A D | xenbus_probe.c | 692 * xs_init() in case callbacks were not operational yet. in xenbus_probe() 696 xs_init(); in xenbus_probe() 924 * case let xs_init() be called from xenbus_probe(), which will in xenbus_init() 928 err = xs_init(); in xenbus_init()
|
H A D | xenbus_xs.c | 936 int xs_init(void) in xs_init() function
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus.h | 101 int xs_init(void);
|
H A D | xenbus_probe.c | 770 * xs_init() in case callbacks were not operational yet. in xenbus_probe() 774 xs_init(); in xenbus_probe() 1041 * case let xs_init() be called from xenbus_probe(), which will in xenbus_init() 1045 err = xs_init(); in xenbus_init()
|
H A D | xenbus_xs.c | 936 int xs_init(void) in xs_init() function
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 52 void xs_init(pTHX); 54 void xs_init(pTHX) in xs_init() function 491 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line, in perl_start_script()
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 53 void xs_init(pTHX); 55 void xs_init(pTHX) in xs_init() function 501 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line, in perl_start_script()
|
Completed in 8 milliseconds