Home
last modified time | relevance | path

Searched defs:idset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/cio/
H A Didset.c13 struct idset { struct
24 static struct idset *idset_new(int num_ssid, int num_id) in idset_new() argument
/linux/kernel/bpf/
H A Dverifier.c19691 static void idset_cnt_inc(struct bpf_idset *idset, u32 id) in idset_cnt_inc()
19710 static u32 idset_cnt_get(struct bpf_idset *idset, u32 id) in idset_cnt_get()
19729 struct bpf_idset *idset = &env->idset_scratch; in clear_singular_ids() local