Home
last modified time | relevance | path

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

/system/bpfprogs/
DtimeInState.c30 DEFINE_BPF_MAP_GRW(uid_concurrent_times_map, PERCPU_HASH, time_key_t, concurrent_val_t, 1024,
75 concurrent_val_t* ct = bpf_uid_concurrent_times_map_lookup_elem(&key); in update_uid()
77 concurrent_val_t zero_val = {.active = {0}, .policy = {0}}; in update_uid()
87 concurrent_val_t zero_val = {.active = {0}, .policy = {0}}; in update_uid()
Dtime_in_state_test.cpp34 concurrent_val_t* bpf_uid_concurrent_times_map_lookup_elem(time_key_t* key);
124 concurrent_val_t* value = bpf_uid_concurrent_times_map_lookup_elem(&timeKey); in assertConcurrentTimes()
/system/bpf/progs/include/
Dbpf_timeinstate.h45 } concurrent_val_t; typedef