Searched refs:cur_id (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | states.c | 319 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() argument 325 if (!!old_id != !!cur_id) in check_ids() 333 return map[i].cur == cur_id; in check_ids() 334 if (map[i].cur == cur_id) in check_ids() 341 map[idmap->cnt].cur = cur_id; in check_ids() 380 static bool check_scalar_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_scalar_ids() argument 385 cur_id = cur_id ? cur_id : ++idmap->tmp_id_gen; in check_scalar_ids() 387 if (!check_ids(old_id, cur_id, idmap)) in check_scalar_ids() 391 cur_id &= ~BPF_ADD_CONST; in check_scalar_ids() 392 if (!check_ids(old_id, cur_id, idmap)) in check_scalar_ids()
|
| H A D | btf.c | 5920 u32 cur_id = i; in btf_check_modifier_chain_length() local 5936 if (cur_id <= good_id) in btf_check_modifier_chain_length() 5939 cur_id = t->type; in btf_check_modifier_chain_length() 5940 t = btf_type_by_id(btf, cur_id); in btf_check_modifier_chain_length()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 474 __field(unsigned long long, cur_id) 485 __entry->cur_id = cursor->id; 496 __entry->cur_id,
|