Home
last modified time | relevance | path

Searched refs:read_f (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/lib/perf/
Dmmap.c352 static u64 (* const read_f[])(void) = { in read_perf_counter() local
387 if (counter < ARRAY_SIZE(read_f)) in read_perf_counter()
388 return (read_f[counter])(); in read_perf_counter()
/Linux-v6.1/scripts/coccinelle/api/
Dstream_open.cocci92 identifier read_f;
95 .read = read_f,
/Linux-v6.1/security/selinux/ss/
Dpolicydb.c1638 static int (*const read_f[SYM_NUM]) (struct policydb *p, variable
2536 rc = read_f[i](p, &p->symtab[i], fp); in policydb_read()