Home
last modified time | relevance | path

Searched refs:no_funcs (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/livepatch/
Dtest_klp_callbacks_demo.c60 static struct klp_func no_funcs[] = { variable
74 .funcs = no_funcs,
83 .funcs = no_funcs,
Dtest_klp_callbacks_demo2.c55 static struct klp_func no_funcs[] = { variable
62 .funcs = no_funcs,
Dtest_klp_state.c117 static struct klp_func no_funcs[] = { variable
124 .funcs = no_funcs,
Dtest_klp_state2.c146 static struct klp_func no_funcs[] = { variable
153 .funcs = no_funcs,
/kernel/linux/linux-5.10/samples/livepatch/
Dlivepatch-callbacks-demo.c137 static struct klp_func no_funcs[] = { variable
151 .funcs = no_funcs,
160 .funcs = no_funcs,
/kernel/linux/linux-5.10/drivers/pcmcia/
Dds.c610 unsigned int no_funcs, i, no_chains; in pcmcia_card_add() local
652 no_funcs = mfc.nfn; in pcmcia_card_add()
654 no_funcs = 1; in pcmcia_card_add()
655 s->functions = no_funcs; in pcmcia_card_add()
657 for (i = 0; i < no_funcs; i++) in pcmcia_card_add()