Searched refs:read_f (Results 1 – 4 of 4) sorted by relevance
352 static u64 (* const read_f[])(void) = { in read_perf_counter() local387 if (counter < ARRAY_SIZE(read_f)) in read_perf_counter()388 return (read_f[counter])(); in read_perf_counter()
92 identifier read_f;95 .read = read_f,
695 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
1642 static int (*const read_f[SYM_NUM]) (struct policydb *p, variable2545 rc = read_f[i](p, &p->symtab[i], fp); in policydb_read()