Searched refs:concurrent_val_t (Results 1 – 2 of 2) sorted by relevance
22 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}};
40 } concurrent_val_t; typedef