Home
last modified time | relevance | path

Searched refs:count_out (Results 1 – 6 of 6) sorted by relevance

/linux/fs/dlm/
H A Dconfig.h52 int *count_out);
H A Dconfig.c883 int *count_out) in dlm_config_nodes() argument
920 *count_out = count; in dlm_config_nodes()
/linux/drivers/gpu/drm/
H A Ddrm_lease.c159 int count_in, count_out; in drm_lease_filter_crtcs() local
174 count_in = count_out = 0; in drm_lease_filter_crtcs()
181 uint32_t mask_out = 1ul << count_out; in drm_lease_filter_crtcs()
185 count_out++; in drm_lease_filter_crtcs()
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c408 u16 count_out; in hfi1_ipoib_submit_tx_list() local
413 &count_out); in hfi1_ipoib_submit_tx_list()
H A Dsdma.h834 u16 *count_out);
H A Dsdma.c2392 * @count_out: pointer to a u16 which, after return will contain the total number of
2416 struct list_head *tx_list, u16 *count_out) in sdma_send_txlist() argument
2455 *count_out = total_count; in sdma_send_txlist()