Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dconfig.h50 int *count_out);
H A Dconfig.c865 int *count_out) in dlm_config_nodes() argument
902 *count_out = count; in dlm_config_nodes()
/openbmc/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()
/openbmc/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.h835 u16 *count_out);
H A Dsdma.c2433 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 D0001-Update-Versioneer-to-0.22.patch389 + 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