Searched refs:read_f (Results 1 – 3 of 3) 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,
1638 static int (*const read_f[SYM_NUM]) (struct policydb *p, variable2536 rc = read_f[i](p, &p->symtab[i], fp); in policydb_read()