Lines Matching refs:buf_size
678 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_notifiers() argument
686 *buf_size = 0; in vmci_ctx_get_chkpt_notifiers()
692 if (*buf_size < data_size) { in vmci_ctx_get_chkpt_notifiers()
693 *buf_size = data_size; in vmci_ctx_get_chkpt_notifiers()
704 *buf_size = data_size; in vmci_ctx_get_chkpt_notifiers()
710 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_doorbells() argument
718 if (*buf_size < data_size) { in vmci_ctx_get_chkpt_doorbells()
719 *buf_size = data_size; in vmci_ctx_get_chkpt_doorbells()
731 *buf_size = data_size; in vmci_ctx_get_chkpt_doorbells()
734 *buf_size = 0; in vmci_ctx_get_chkpt_doorbells()
746 u32 *buf_size, in vmci_ctx_get_chkpt_state() argument
760 result = vmci_ctx_get_chkpt_notifiers(context, buf_size, pbuf); in vmci_ctx_get_chkpt_state()
769 *buf_size = 0; in vmci_ctx_get_chkpt_state()
775 result = vmci_ctx_get_chkpt_doorbells(context, buf_size, pbuf); in vmci_ctx_get_chkpt_state()
795 u32 buf_size, in vmci_ctx_set_chkpt_state() argument
801 u32 num_ids = buf_size / sizeof(u32); in vmci_ctx_set_chkpt_state()