Home
last modified time | relevance | path

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

/linux-6.6.21/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,
/linux-6.6.21/samples/livepatch/
Dlivepatch-callbacks-demo.c137 static struct klp_func no_funcs[] = { variable
151 .funcs = no_funcs,
160 .funcs = no_funcs,
/linux-6.6.21/drivers/pcmcia/
Dds.c609 unsigned int no_funcs, i, no_chains; in pcmcia_card_add() local
651 no_funcs = mfc.nfn; in pcmcia_card_add()
653 no_funcs = 1; in pcmcia_card_add()
654 s->functions = no_funcs; in pcmcia_card_add()
656 for (i = 0; i < no_funcs; i++) in pcmcia_card_add()