Searched refs:vmci_handle_arr_has_entry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_handle_array.h | 42 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array,
|
H A D | vmci_context.c | 916 if (!vmci_handle_arr_has_entry(db_handle_array, in vmci_ctx_rcv_notifications_release() 957 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create() 1090 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell() 1094 if (!vmci_handle_arr_has_entry( in vmci_ctx_notify_dbell() 1133 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) in vmci_ctx_qp_create() 1168 return vmci_handle_arr_has_entry(context->queue_pair_array, handle); in vmci_ctx_qp_exists()
|
H A D | vmci_handle_array.c | 124 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, in vmci_handle_arr_has_entry() function
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_handle_array.h | 42 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array,
|
H A D | vmci_context.c | 913 if (!vmci_handle_arr_has_entry(db_handle_array, in vmci_ctx_rcv_notifications_release() 954 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create() 1087 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell() 1091 if (!vmci_handle_arr_has_entry( in vmci_ctx_notify_dbell() 1130 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) in vmci_ctx_qp_create() 1165 return vmci_handle_arr_has_entry(context->queue_pair_array, handle); in vmci_ctx_qp_exists()
|
H A D | vmci_handle_array.c | 124 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, in vmci_handle_arr_has_entry() function
|
Completed in 4 milliseconds