/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_mr.c | 575 int max_count) in mtr_map_region() 586 while (offset < end && npage < max_count) { in mtr_map_region() 593 for (i = 0; i < count && npage < max_count; i++) { in mtr_map_region() 573 mtr_map_region(struct hns_roce_dev *hr_dev, struct hns_roce_mtr *mtr, struct hns_roce_buf_region *region, dma_addr_t *pages, int max_count) mtr_map_region() argument
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_liteos2.c | 1100 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr)
in osSemaphoreNew() argument 1111 if (1 == max_count) {
in osSemaphoreNew()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_uart.c | 374 int max_count = 256; in sdio_uart_receive_chars() local 419 } while ((*status & UART_LSR_DR) && (max_count-- > 0)); in sdio_uart_receive_chars()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.c | 539 u32 max_count = (read_size * 1024) / (max_read_times * 4); in pm8001_ctl_iop_log_show() local 542 if ((count % max_count) == 0) { in pm8001_ctl_iop_log_show()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pxa.c | 93 int max_count = 256; in receive_chars() local 160 } while ((*status & UART_LSR_DR) && (max_count-- > 0)); in receive_chars()
|
H A D | amba-pl010.c | 115 unsigned int status, ch, flag, rsr, max_count = 256; in pl010_rx_chars() local 118 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
|
H A D | ar933x_uart.c | 364 int max_count = 256; in ar933x_uart_rx_chars() local 386 } while (max_count-- > 0); in ar933x_uart_rx_chars()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_uart.c | 361 int max_count = 256; in sdio_uart_receive_chars() local 406 } while ((*status & UART_LSR_DR) && (max_count-- > 0)); in sdio_uart_receive_chars()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ar933x_uart.c | 364 int max_count = 256; in ar933x_uart_rx_chars() local 386 } while (max_count-- > 0); in ar933x_uart_rx_chars()
|
H A D | ma35d1_serial.c | 234 int max_count = 256; in receive_chars() local 277 } while (!(fsr & MA35_FSR_RX_EMPTY) && (max_count-- > 0)); in receive_chars()
|
H A D | pxa.c | 94 int max_count = 256; in receive_chars() local 161 } while ((*status & UART_LSR_DR) && (max_count-- > 0)); in receive_chars()
|
H A D | serial_txx9.c | 250 int max_count = 256; in receive_chars() local 314 } while (!(disr & TXX9_SIDISR_UVALID) && (max_count-- > 0)); in receive_chars()
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.c | 539 u32 max_count = (read_size * 1024) / (max_read_times * 4); in pm8001_ctl_iop_log_show() local 542 if ((count % max_count) == 0) { in pm8001_ctl_iop_log_show()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 854 const size_t max_count = (repeat == '?') ? 1 : static_cast<size_t>(-1) - 1; in MatchRepetitionAndRegexAtHead() local 858 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 887 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local 892 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 870 const size_t max_count = (repeat == '?') ? 1 : static_cast<size_t>(-1) - 1; in MatchRepetitionAndRegexAtHead() local 874 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 1382 u32 batch, max_count, size, bucket_size; in __htab_map_lookup_and_delete_batch() local 1402 max_count = attr->batch.count; in __htab_map_lookup_and_delete_batch() 1403 if (!max_count) in __htab_map_lookup_and_delete_batch() 1460 if (bucket_cnt > (max_count - total)) { in __htab_map_lookup_and_delete_batch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 374 u8 i, max_count = 0; in ac_balance() local 380 if (wl->txq[i].fw.count > max_count) in ac_balance() 381 max_count = wl->txq[i].fw.count; in ac_balance() 384 ratio[i] = max_count - wl->txq[i].fw.count; in ac_balance()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 111 uint64_t count, max_count; in check_clus_chain() local 116 max_count = DIV_ROUND_UP(node->size, exfat->clus_size); in check_clus_chain() 134 if (count >= max_count) { in check_clus_chain() 207 if (count < max_count) { in check_clus_chain()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.c | 344 uint64_t max_count = UINT64_MAX; in tu_GetDescriptorSetLayoutSupport() local 346 max_count = (UINT64_MAX - size) / descriptor_sz; in tu_GetDescriptorSetLayoutSupport() 348 if (max_count < binding->descriptorCount) { in tu_GetDescriptorSetLayoutSupport() 357 MIN2(UINT32_MAX, max_count); in tu_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | draw.c | 1023 unsigned max_count = 0; in _mesa_draw_gallium_fallback() local 1048 max_count = MAX2(max_count, prim[num_prims].count); in _mesa_draw_gallium_fallback() 1053 ib.count = max_count; in _mesa_draw_gallium_fallback()
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | fsl-mc-private.h | 529 * @max_count: maximum number of resources in the pool 537 int max_count; member
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 417 write_sq.front = (write_sq.front+1) % write_sq.max_count; in Q40PlayNextFrame()
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | messenger.h | 576 int max_count, int *count, char delim);
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | fsl-mc-private.h | 563 * @max_count: maximum number of resources in the pool 571 int max_count; member
|