Home
last modified time | relevance | path

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

/system/bpfprogs/
DtimeInState.c125 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
126 if (!policyp) return ALLOW;
127 uint32_t policy = *policyp;
232 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
233 if (!policyp) return ALLOW;
234 uint32_t policy = *policyp;