Searched refs:count_out (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_lease.c | 173 int count_in, count_out; in drm_lease_filter_crtcs() local 188 count_in = count_out = 0; in drm_lease_filter_crtcs() 195 uint32_t mask_out = 1ul << count_out; in drm_lease_filter_crtcs() 199 count_out++; in drm_lease_filter_crtcs()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | config.h | 49 int *count_out);
|
H A D | config.c | 835 int *count_out) in dlm_config_nodes() 872 *count_out = count; in dlm_config_nodes() 834 dlm_config_nodes(char *lsname, struct dlm_config_node **nodes_out, int *count_out) dlm_config_nodes() argument
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | config.h | 50 int *count_out);
|
H A D | config.c | 865 int *count_out) in dlm_config_nodes() 902 *count_out = count; in dlm_config_nodes() 864 dlm_config_nodes(char *lsname, struct dlm_config_node **nodes_out, int *count_out) dlm_config_nodes() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_lease.c | 159 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 432 u16 count_out; in hfi1_ipoib_submit_tx_list() local 437 &count_out); in hfi1_ipoib_submit_tx_list()
|
H A D | sdma.h | 876 u16 *count_out);
|
H A D | sdma.c | 2475 struct list_head *tx_list, u16 *count_out) in sdma_send_txlist() 2514 *count_out = total_count; in sdma_send_txlist() 2474 sdma_send_txlist(struct sdma_engine *sde, struct iowait_work *wait, struct list_head *tx_list, u16 *count_out) sdma_send_txlist() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 408 u16 count_out; in hfi1_ipoib_submit_tx_list() local 413 &count_out); in hfi1_ipoib_submit_tx_list()
|
H A D | sdma.h | 835 u16 *count_out);
|
H A D | sdma.c | 2409 * @count_out: pointer to a u16 which, after return will contain the total number of 2433 struct list_head *tx_list, u16 *count_out) in sdma_send_txlist() 2472 *count_out = total_count; in sdma_send_txlist() 2432 sdma_send_txlist(struct sdma_engine *sde, struct iowait_work *wait, struct list_head *tx_list, u16 *count_out) sdma_send_txlist() argument
|
Completed in 19 milliseconds