| /linux/mm/ |
| H A D | readahead.c | 578 unsigned long req_count) in page_cache_sync_ra() argument 586 trace_page_cache_sync_ra(ractl->mapping->host, index, ra, req_count); in page_cache_sync_ra() 596 req_count = 1; in page_cache_sync_ra() 602 force_page_cache_ra(ractl, req_count); in page_cache_sync_ra() 606 max_pages = ractl_max_pages(ractl, req_count); in page_cache_sync_ra() 613 if (!index || req_count > max_pages || index - prev_index <= 1UL) { in page_cache_sync_ra() 615 ra->size = get_init_ra_size(req_count, max_pages); in page_cache_sync_ra() 616 ra->async_size = ra->size > req_count ? ra->size - req_count : in page_cache_sync_ra() 633 if (contig_count <= req_count) { in page_cache_sync_ra() 634 do_page_cache_ra(ractl, req_count, 0); in page_cache_sync_ra() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_fw_counters.c | 42 u64 req_count, u64 resp_count) in adf_fw_counters_parse_ae_values() argument 45 ae_counters->values[ADF_FW_REQUESTS] = req_count; in adf_fw_counters_parse_ae_values() 65 u64 req_count, resp_count; in adf_fw_counters_load_from_device() local 68 ret = adf_get_ae_fw_counters(accel_dev, ae, &req_count, &resp_count); in adf_fw_counters_load_from_device() 73 req_count, resp_count); in adf_fw_counters_load_from_device()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | audio.c | 121 static int req_count = UAC1_REQ_COUNT; variable 122 module_param(req_count, int, 0444); 123 MODULE_PARM_DESC(req_count, "ISO OUT endpoint request count"); 321 uac1_opts->req_count = req_count; in audio_bind()
|
| /linux/drivers/dca/ |
| H A D | dca-sysfs.c | 25 static int req_count; in dca_sysfs_add_req() local 28 "requester%d", req_count++); in dca_sysfs_add_req()
|
| /linux/fs/ |
| H A D | remap_range.c | 33 loff_t *req_count, unsigned int remap_flags) in generic_remap_checks() argument 37 uint64_t count = *req_count; in generic_remap_checks() 95 if (*req_count != count && !(remap_flags & REMAP_FILE_CAN_SHORTEN)) in generic_remap_checks() 98 *req_count = count; in generic_remap_checks()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uac1_legacy | 12 req_count - ISO OUT endpoint request count
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_uac1_legacy.h | 59 int req_count; member
|
| H A D | f_uac1_legacy.c | 608 int req_buf_size, req_count, audio_buf_size; in f_audio_set_alt() local 615 req_count = opts->req_count; in f_audio_set_alt() 646 for (i = 0; i < req_count && err == 0; i++) { in f_audio_set_alt() 888 UAC1_INT_ATTRIBUTE(req_count); 983 opts->req_count = UAC1_REQ_COUNT; in f_audio_alloc_inst()
|
| /linux/drivers/staging/greybus/ |
| H A D | fw-download.c | 166 int ret, req_count; in find_firmware() local 205 req_count = DIV_ROUND_UP(fw_req->fw->size, MIN_FETCH_SIZE); in find_firmware() 206 fw_req->release_timeout_j = jiffies + req_count * NEXT_REQ_TIMEOUT_J; in find_firmware()
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 73 __le16 req_count; member 910 d->req_count = cpu_to_le16(PAGE_SIZE); in ar_context_init() 1246 d[0].req_count = cpu_to_le16(packet->header_length); in at_context_queue_packet() 1254 d[0].req_count = cpu_to_le16(12); in at_context_queue_packet() 1269 d[0].req_count = cpu_to_le16(8); in at_context_queue_packet() 1301 d[2].req_count = cpu_to_le16(packet->payload_length); in at_context_queue_packet() 2805 le16_to_cpu(d->req_count), in handle_ir_packet_per_buffer() 2824 unsigned int req_count, res_count, completed; in handle_ir_buffer_fill() local 2827 req_count = le16_to_cpu(last->req_count); in handle_ir_buffer_fill() 2829 completed = req_count - res_count; in handle_ir_buffer_fill() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | dbdma.h | 46 __le16 req_count; /* requested byte transfer count */ member
|
| /linux/net/xdp/ |
| H A D | xsk_buff_pool.c | 709 u32 req_count, avail_count; in xp_can_alloc() local 714 req_count = count - pool->free_list_cnt; in xp_can_alloc() 715 avail_count = xskq_cons_nb_entries(pool->fq, req_count); in xp_can_alloc() 719 return avail_count >= req_count; in xp_can_alloc()
|
| /linux/sound/ppc/ |
| H A D | pmac.c | 223 cp->req_count = cpu_to_le16(rec->period_size); in snd_pmac_pcm_prepare() 395 cp->req_count = cpu_to_le16(rec->period_size); in snd_pmac_pcm_dead_xfer() 401 req = le16_to_cpu(cp->req_count); in snd_pmac_pcm_dead_xfer() 405 cp->req_count = cpu_to_le16(res); in snd_pmac_pcm_dead_xfer() 456 cp->req_count = cpu_to_le16(rec->period_size); in snd_pmac_pcm_update() 720 chip->extra_dma.cmds->req_count = cpu_to_le16(bytes); in snd_pmac_beep_dma_start()
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vdec.c | 35 u32 req_count; member 1051 fs->req_count++; in vdec_request_one_fs() 1052 if (fs->req_count > fs->max_count) in vdec_request_one_fs() 1053 fs->req_count = fs->max_count; in vdec_request_one_fs() 1063 if (fs->count >= fs->req_count) in vdec_alloc_fs_buffer() 1079 while (fs->count < fs->req_count) { in vdec_alloc_fs() 1832 vdec->mbi.req_count, in vdec_get_debug_info() 1840 vdec->dcp.req_count, in vdec_get_debug_info()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.h | 135 unsigned int req_count; member
|
| H A D | zd_usb.c | 405 intr->read_regs.req_count)) in handle_regs_int() 1616 intr->read_regs.req_count = count; in prepare_read_regs_int()
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 458 cp->req_count = cpu_to_le16(RX_BUFLEN); in mace_open() 562 cp->req_count = cpu_to_le16(len); in mace_xmit_start() 906 nb = le16_to_cpu(cp->req_count) - le16_to_cpu(cp->res_count); in mace_rxdma_intr() 966 cp->req_count = cpu_to_le16(RX_BUFLEN); in mace_rxdma_intr()
|
| H A D | bmac.c | 200 out_le16(&cp->req_count, count); in dbdma_setcmd()
|
| /linux/include/uapi/linux/ |
| H A D | isst_if.h | 94 __u32 req_count; member
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | nfit_test.h | 24 int req_count; member
|
| /linux/drivers/scsi/ |
| H A D | mac53c94.c | 382 dcmds->req_count = cpu_to_le16(dma_len); in set_dma_cmds()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-core-mbox.c | 90 io_regs.req_count = 1; in _send_mmio_command()
|
| /linux/sound/aoa/soundbus/i2sbus/ |
| H A D | pcm.c | 403 command->req_count = cpu_to_le16(periodsize); in i2sbus_pcm_prepare()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev.c | 5059 int non_requested_count = 0, req_count = 0, i, num_vports; in qed_init_wfq_param() local 5074 req_count++; in qed_init_wfq_param() 5081 req_count++; in qed_init_wfq_param() 5083 non_requested_count = num_vports - req_count; in qed_init_wfq_param()
|
| /linux/drivers/block/ |
| H A D | swim3.c | 425 cp->req_count = cpu_to_le16(count); in init_dma()
|