Home
last modified time | relevance | path

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

/system/bpfprogs/
Dtime_in_state.c60 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
61 if (!policyp) return ALLOW;
62 uint32_t policy = *policyp;
142 uint32_t* policyp = bpf_cpu_policy_map_lookup_elem(&cpu); variable
143 if (!policyp) return 0;
144 uint32_t policy = *policyp;