Searched refs:cur_id (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | nsp32.h | 587 int cur_id; /* Current connected target ID */ member
|
| /linux/drivers/infiniband/core/ |
| H A D | cma.c | 3710 struct rdma_id_private *cur_id; in cma_port_is_unique() local 3717 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_port_is_unique() 3718 struct sockaddr *cur_daddr = cma_dst_addr(cur_id); in cma_port_is_unique() 3719 struct sockaddr *cur_saddr = cma_src_addr(cur_id); in cma_port_is_unique() 3722 if (id_priv == cur_id) in cma_port_is_unique() 3802 struct rdma_id_private *cur_id; in cma_check_port() local 3808 hlist_for_each_entry(cur_id, &bind_list->owners, node) { in cma_check_port() 3809 if (id_priv == cur_id) in cma_check_port() 3812 if (reuseaddr && cur_id->reuseaddr) in cma_check_port() 3815 cur_addr = cma_src_addr(cur_id); in cma_check_port() [all …]
|
| /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,
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 5832 u32 cur_id = i; in btf_check_type_tags() local 5856 if (cur_id <= good_id) in btf_check_type_tags() 5859 cur_id = t->type; in btf_check_type_tags() 5860 t = btf_type_by_id(btf, cur_id); in btf_check_type_tags()
|
| H A D | verifier.c | 19561 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() argument 19567 if (!!old_id != !!cur_id) in check_ids() 19575 return map[i].cur == cur_id; in check_ids() 19576 if (map[i].cur == cur_id) in check_ids() 19583 map[idmap->cnt].cur = cur_id; in check_ids() 19611 static bool check_scalar_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_scalar_ids() argument 19616 cur_id = cur_id ? cur_id : ++idmap->tmp_id_gen; in check_scalar_ids() 19618 return check_ids(old_id, cur_id, idmap); in check_scalar_ids()
|