Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H A 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()
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci92 identifier read_f;
95 .read = read_f,
/openbmc/qemu/
H A Dqemu-io-cmds.c695 static int read_f(BlockBackend *blk, int argc, char **argv);
700 .cfunc = read_f,
708 static int read_f(BlockBackend *blk, int argc, char **argv) in read_f() function
/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c1642 static int (*const read_f[SYM_NUM]) (struct policydb *p, variable
2545 rc = read_f[i](p, &p->symtab[i], fp); in policydb_read()