Home
last modified time | relevance | path

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

/Linux-v5.4/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,
/Linux-v5.4/samples/livepatch/
Dlivepatch-callbacks-demo.c137 static struct klp_func no_funcs[] = { variable
151 .funcs = no_funcs,
160 .funcs = no_funcs,
/Linux-v5.4/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()