Searched refs:rc_id (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | rcom.c | 164 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_status() 227 rc->rc_id = rc_in->rc_id; in receive_rcom_status() 257 rc_in->rc_id != ls->ls_rcom_seq) { in receive_sync_reply() 260 (unsigned long long)rc_in->rc_id, in receive_sync_reply() 286 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_names() 312 rc->rc_id = rc_in->rc_id; in receive_rcom_names() 332 rc->rc_id = (unsigned long) r->res_id; in dlm_send_rcom_lookup() 351 if (rc_in->rc_id in receive_rcom_lookup() [all...] |
H A D | util.c | 138 rc->rc_id = cpu_to_le64(rc->rc_id); in dlm_rcom_out() 149 rc->rc_id = le64_to_cpu(rc->rc_id); in dlm_rcom_in()
|
H A D | recover.c | 571 r = recover_idr_find(ls, rc->rc_id); in dlm_recover_master_reply() 574 (unsigned long long)rc->rc_id); in dlm_recover_master_reply()
|
H A D | dlm_internal.h | 449 uint64_t rc_id; /* match reply with request */ member
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | rcom.c | 196 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_status() 261 rc->rc_id = rc_in->rc_id; in receive_rcom_status() 291 le64_to_cpu(rc_in->rc_id) != ls->ls_rcom_seq) { in receive_sync_reply() 295 (unsigned long long)le64_to_cpu(rc_in->rc_id), in receive_sync_reply() 324 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_names() 353 rc->rc_id = rc_in->rc_id; in receive_rcom_names() 373 rc->rc_id = cpu_to_le64(r->res_id); in dlm_send_rcom_lookup() 390 if (rc_in->rc_id in receive_rcom_lookup() [all...] |
H A D | recover.c | 572 r = recover_idr_find(ls, le64_to_cpu(rc->rc_id)); in dlm_recover_master_reply() 575 (unsigned long long)le64_to_cpu(rc->rc_id)); in dlm_recover_master_reply()
|
H A D | dlm_internal.h | 458 __le64 rc_id; /* match reply with request */ member
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 352 __field(uint64_t, rc_id) 369 __entry->rc_id = le64_to_cpu(rc->rc_id); 378 "rc_id=%llu rc_seq=%llu rc_seq_reply=%llu " 384 __entry->rc_result, __entry->rc_id, __entry->rc_seq,
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 234 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; in ibmphp_access_ebda() local 298 rc_id = readw(io_mem + sub_addr); /* sub blk id */ in ibmphp_access_ebda() 301 if (rc_id != 0x5243) in ibmphp_access_ebda()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 234 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; in ibmphp_access_ebda() local 298 rc_id = readw(io_mem + sub_addr); /* sub blk id */ in ibmphp_access_ebda() 301 if (rc_id != 0x5243) in ibmphp_access_ebda()
|
Completed in 11 milliseconds