Home
last modified time | relevance | path

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

/system/bpfprogs/
Dtime_in_state.c22 DEFINE_BPF_MAP_GRW(uid_concurrent_times_map, PERCPU_HASH, time_key_t, concurrent_val_t, 1024, AID_S…
105 concurrent_val_t* ct = bpf_uid_concurrent_times_map_lookup_elem(&key);
107 concurrent_val_t zero_val = {.active = {0}, .policy = {0}};
117 concurrent_val_t zero_val = {.active = {0}, .policy = {0}};
/system/bpf/progs/include/
Dbpf_timeinstate.h40 } concurrent_val_t; typedef