Searched refs:count_out (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | config.h | 50 int *count_out);
|
H A D | config.c | 865 int *count_out) in dlm_config_nodes() argument 902 *count_out = count; in dlm_config_nodes()
|
/openbmc/linux/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()
|
/openbmc/linux/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 | 2433 struct list_head *tx_list, u16 *count_out) in sdma_send_txlist() argument 2472 *count_out = total_count; in sdma_send_txlist()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 389 + count_out, rc = runner(GITS, ["rev-list", "HEAD", "--count"], cwd=root) 390 + pieces["distance"] = int(count_out) # total number of commits 1582 - count_out = run_command(GITS, ["rev-list", "HEAD", "--count"], 1584 + count_out, rc = runner(GITS, ["rev-list", "HEAD", "--count"], cwd=root) 1585 pieces["distance"] = int(count_out) # total number of commits 1984 - count_out = run_command(GITS, ["rev-list", "HEAD", "--count"], 1986 + count_out, rc = runner(GITS, ["rev-list", "HEAD", "--count"], cwd=root) 1987 pieces["distance"] = int(count_out) # total number of commits
|