/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 110 size_t bufsz; in iwl_dbgfs_sram_read() local 130 bufsz = 50 + len * 4; in iwl_dbgfs_sram_read() 131 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_sram_read() 135 pos += scnprintf(buf + pos, bufsz - pos, "sram_len: 0x%x\n", in iwl_dbgfs_sram_read() 137 pos += scnprintf(buf + pos, bufsz - pos, "sram_offset: 0x%x\n", in iwl_dbgfs_sram_read() 150 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 154 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 157 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 170 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 172 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() [all …]
|
D | main.c | 1597 int pos, char **buf, size_t bufsz) in iwl_print_event_log() argument 1641 if (bufsz) { in iwl_print_event_log() 1642 pos += scnprintf(*buf + pos, bufsz - pos, in iwl_print_event_log() 1653 if (bufsz) { in iwl_print_event_log() 1654 pos += scnprintf(*buf + pos, bufsz - pos, in iwl_print_event_log() 1677 int pos, char **buf, size_t bufsz) in iwl_print_last_event_logs() argument 1688 pos, buf, bufsz); in iwl_print_last_event_logs() 1691 pos, buf, bufsz); in iwl_print_last_event_logs() 1694 size, mode, pos, buf, bufsz); in iwl_print_last_event_logs() 1698 mode, pos, buf, bufsz); in iwl_print_last_event_logs() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-debug.c | 37 il4965_stats_flag(struct il_priv *il, char *buf, int bufsz) in il4965_stats_flag() argument 44 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", flag); in il4965_stats_flag() 46 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag() 48 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il4965_stats_flag() 51 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il4965_stats_flag() 65 int bufsz = in il4965_ucode_rx_stats_read() local 79 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_rx_stats_read() 107 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_rx_stats_read() 109 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read() 112 scnprintf(buf + pos, bufsz - pos, fmt_table, "ina_cnt:", in il4965_ucode_rx_stats_read() [all …]
|
D | 3945-debug.c | 33 il3945_stats_flag(struct il_priv *il, char *buf, int bufsz) in il3945_stats_flag() argument 37 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag() 40 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag() 42 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag() 45 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag() 58 int bufsz = in il3945_ucode_rx_stats_read() local 70 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_rx_stats_read() 94 pos += il3945_stats_flag(il, buf, bufsz); in il3945_ucode_rx_stats_read() 96 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 101 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() [all …]
|
D | debug.c | 241 const size_t bufsz = in il_dbgfs_tx_stats_read() local 243 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_tx_stats_read() 246 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_tx_stats_read() 249 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 252 pos += scnprintf(buf + pos, bufsz - pos, "Control\n"); in il_dbgfs_tx_stats_read() 255 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 258 pos += scnprintf(buf + pos, bufsz - pos, "Data:\n"); in il_dbgfs_tx_stats_read() 260 scnprintf(buf + pos, bufsz - pos, "\tcnt: %u\n", in il_dbgfs_tx_stats_read() 263 scnprintf(buf + pos, bufsz - pos, "\tbytes: %llu\n", in il_dbgfs_tx_stats_read() 301 const size_t bufsz = in il_dbgfs_rx_stats_read() local [all …]
|
D | 4965-mac.c | 1224 size_t bufsz = 0; in il4965_dump_fh() local 1239 bufsz = ARRAY_SIZE(fh_tbl) * 48 + 40; in il4965_dump_fh() 1240 *buf = kmalloc(bufsz, GFP_KERNEL); in il4965_dump_fh() 1244 scnprintf(*buf + pos, bufsz - pos, "FH register values:\n"); in il4965_dump_fh() 1247 scnprintf(*buf + pos, bufsz - pos, in il4965_dump_fh()
|
/linux-4.4.14/drivers/misc/mei/ |
D | debugfs.c | 32 size_t bufsz = 1; in mei_dbgfs_read_meclients() local 43 bufsz++; in mei_dbgfs_read_meclients() 45 bufsz *= sizeof(HDR) + 1; in mei_dbgfs_read_meclients() 46 buf = kzalloc(bufsz, GFP_KERNEL); in mei_dbgfs_read_meclients() 52 pos += scnprintf(buf + pos, bufsz - pos, HDR); in mei_dbgfs_read_meclients() 61 pos += scnprintf(buf + pos, bufsz - pos, in mei_dbgfs_read_meclients() 93 const size_t bufsz = 1024; in mei_dbgfs_read_active() local 102 buf = kzalloc(bufsz, GFP_KERNEL); in mei_dbgfs_read_active() 106 pos += scnprintf(buf + pos, bufsz - pos, in mei_dbgfs_read_active() 117 pos += scnprintf(buf + pos, bufsz - pos, in mei_dbgfs_read_active() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs-vif.c | 200 int bufsz = sizeof(buf); in iwl_dbgfs_tx_pwr_lmt_read() local 203 pos = scnprintf(buf, bufsz, "bss limit = %d\n", in iwl_dbgfs_tx_pwr_lmt_read() 217 int bufsz = sizeof(buf); in iwl_dbgfs_pm_params_read() local 220 pos = iwl_mvm_power_mac_dbgfs_read(mvm, vif, buf, bufsz); in iwl_dbgfs_pm_params_read() 235 int bufsz = sizeof(buf); in iwl_dbgfs_mac_params_read() local 245 pos += scnprintf(buf+pos, bufsz-pos, "type: ibss\n"); in iwl_dbgfs_mac_params_read() 248 pos += scnprintf(buf+pos, bufsz-pos, "type: bss\n"); in iwl_dbgfs_mac_params_read() 251 pos += scnprintf(buf+pos, bufsz-pos, "type: ap\n"); in iwl_dbgfs_mac_params_read() 254 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p client\n"); in iwl_dbgfs_mac_params_read() 257 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p go\n"); in iwl_dbgfs_mac_params_read() [all …]
|
D | debugfs.c | 286 int i, pos = 0, bufsz = sizeof(buf); in iwl_dbgfs_stations_read() local 291 pos += scnprintf(buf + pos, bufsz - pos, "%.2d: ", i); in iwl_dbgfs_stations_read() 295 pos += scnprintf(buf + pos, bufsz - pos, "N/A\n"); in iwl_dbgfs_stations_read() 297 pos += scnprintf(buf + pos, bufsz - pos, "%ld\n", in iwl_dbgfs_stations_read() 300 pos += scnprintf(buf + pos, bufsz - pos, "%pM\n", in iwl_dbgfs_stations_read() 315 int bufsz = sizeof(buf); in iwl_dbgfs_disable_power_off_read() local 318 pos += scnprintf(buf+pos, bufsz-pos, "disable_power_off_d0=%d\n", in iwl_dbgfs_disable_power_off_read() 320 pos += scnprintf(buf+pos, bufsz-pos, "disable_power_off_d3=%d\n", in iwl_dbgfs_disable_power_off_read() 359 pos += scnprintf(buf + pos, bufsz - pos, \ 367 int pos, int bufsz) in iwl_mvm_coex_dump_mbox() argument [all …]
|
D | power.c | 711 int bufsz) in iwl_mvm_power_mac_dbgfs_read() argument 721 pos += scnprintf(buf+pos, bufsz-pos, "power_scheme = %d\n", in iwl_mvm_power_mac_dbgfs_read() 723 pos += scnprintf(buf+pos, bufsz-pos, "flags = 0x%x\n", in iwl_mvm_power_mac_dbgfs_read() 725 pos += scnprintf(buf+pos, bufsz-pos, "keep_alive = %d\n", in iwl_mvm_power_mac_dbgfs_read() 731 pos += scnprintf(buf+pos, bufsz-pos, "skip_over_dtim = %d\n", in iwl_mvm_power_mac_dbgfs_read() 734 pos += scnprintf(buf+pos, bufsz-pos, "skip_dtim_periods = %d\n", in iwl_mvm_power_mac_dbgfs_read() 737 pos += scnprintf(buf+pos, bufsz-pos, "rx_data_timeout = %d\n", in iwl_mvm_power_mac_dbgfs_read() 739 pos += scnprintf(buf+pos, bufsz-pos, "tx_data_timeout = %d\n", in iwl_mvm_power_mac_dbgfs_read() 743 pos += scnprintf(buf+pos, bufsz-pos, in iwl_mvm_power_mac_dbgfs_read() 750 pos += scnprintf(buf+pos, bufsz-pos, "rx_data_timeout_uapsd = %d\n", in iwl_mvm_power_mac_dbgfs_read() [all …]
|
D | rs.c | 3775 static const size_t bufsz = 1024; in rs_sta_dbgfs_drv_tx_stats_read() local 3777 buff = kmalloc(bufsz, GFP_KERNEL); in rs_sta_dbgfs_drv_tx_stats_read() 3782 endpos = pos + bufsz; in rs_sta_dbgfs_drv_tx_stats_read() 3831 int bufsz = sizeof(buf); in iwl_dbgfs_ss_force_read() local 3840 pos += scnprintf(buf+pos, bufsz-pos, "%s\n", in iwl_dbgfs_ss_force_read() 3878 #define MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz) \ argument 3879 _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, struct iwl_lq_sta)
|
D | mvm.h | 1230 char *buf, int bufsz);
|
/linux-4.4.14/ipc/ |
D | msg.c | 753 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill() argument 761 msgsz = (bufsz > msg->m_ts) ? msg->m_ts : bufsz; in do_msg_fill() 772 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy() argument 779 copy = load_msg(buf, bufsz); in prepare_copy() 781 copy->m_ts = bufsz; in prepare_copy() 791 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy() argument 825 long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() argument 835 if (msqid < 0 || (long) bufsz < 0) in do_msgrcv() 841 copy = prepare_copy(buf, min_t(size_t, bufsz, ns->msg_ctlmax)); in do_msgrcv() 876 if ((bufsz < msg->m_ts) && !(msgflg & MSG_NOERROR)) { in do_msgrcv() [all …]
|
D | compat.c | 310 static long compat_do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in compat_do_msg_fill() argument 318 msgsz = (bufsz > msg->m_ts) ? msg->m_ts : bufsz; in compat_do_msg_fill()
|
/linux-4.4.14/tools/perf/tests/ |
D | sample-parsing.c | 210 size_t i, sz, bufsz; in do_test() local 231 bufsz = sz + 4096; /* Add a bit for overrun checking */ in do_test() 232 event = malloc(bufsz); in do_test() 238 memset(event, 0xff, bufsz); in do_test() 252 for (i = bufsz; i > 0; i--) { in do_test()
|
/linux-4.4.14/net/tipc/ |
D | eth_media.c | 42 char *strbuf, int bufsz) in tipc_eth_addr2str() argument 44 if (bufsz < 18) /* 18 = strlen("aa:bb:cc:dd:ee:ff\0") */ in tipc_eth_addr2str()
|
D | bearer.h | 113 int bufsz);
|
/linux-4.4.14/include/linux/ |
D | kexec.h | 98 size_t bufsz; member 106 compat_size_t bufsz; member 191 unsigned long bufsz; member 226 unsigned long bufsz, unsigned long memsz,
|
D | msg.h | 37 extern long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp,
|
D | efi.h | 1222 int efi_runtime_map_copy(void *buf, size_t bufsz); 1242 static inline int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() argument
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 136 const int bufsz = PAGE_SIZE; in spufs_arch_write_note() local 163 rc = do_coredump_read(i, ctx, buf, bufsz, &pos); in spufs_arch_write_note() 169 } while (rc == bufsz && total < sz); in spufs_arch_write_note()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | runtime-map.c | 153 int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() argument 157 if (sz > bufsz) in efi_runtime_map_copy() 158 sz = bufsz; in efi_runtime_map_copy()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-io.c | 263 size_t bufsz = ARRAY_SIZE(fh_tbl) * 48 + 40; in iwl_dump_fh() local 265 *buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dump_fh() 269 pos += scnprintf(*buf + pos, bufsz - pos, in iwl_dump_fh() 273 pos += scnprintf(*buf + pos, bufsz - pos, in iwl_dump_fh()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 1936 size_t bufsz; in iwl_dbgfs_tx_queue_read() local 1938 bufsz = sizeof(char) * 75 * trans->cfg->base_params->num_of_queues; in iwl_dbgfs_tx_queue_read() 1943 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_tx_queue_read() 1950 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_tx_queue_read() 1972 const size_t bufsz = sizeof(buf); in iwl_dbgfs_rx_queue_read() local 1974 pos += scnprintf(buf + pos, bufsz - pos, "read: %u\n", in iwl_dbgfs_rx_queue_read() 1976 pos += scnprintf(buf + pos, bufsz - pos, "write: %u\n", in iwl_dbgfs_rx_queue_read() 1978 pos += scnprintf(buf + pos, bufsz - pos, "write_actual: %u\n", in iwl_dbgfs_rx_queue_read() 1980 pos += scnprintf(buf + pos, bufsz - pos, "need_update: %d\n", in iwl_dbgfs_rx_queue_read() 1982 pos += scnprintf(buf + pos, bufsz - pos, "free_count: %u\n", in iwl_dbgfs_rx_queue_read() [all …]
|
/linux-4.4.14/kernel/ |
D | kexec_file.c | 362 i, ksegment->buf, ksegment->bufsz, ksegment->mem, in SYSCALL_DEFINE5() 482 int kexec_add_buffer(struct kimage *image, char *buffer, unsigned long bufsz, in kexec_add_buffer() argument 515 kbuf->bufsz = bufsz; in kexec_add_buffer() 540 ksegment->bufsz = kbuf->bufsz; in kexec_add_buffer() 606 ksegment->bufsz); in kexec_calculate_store_digests() 614 nullsz = ksegment->memsz - ksegment->bufsz; in kexec_calculate_store_digests()
|
D | kexec.c | 246 out.bufsz = in.bufsz; in COMPAT_SYSCALL_DEFINE4()
|
D | kexec_core.c | 206 if (image->segment[i].bufsz > image->segment[i].memsz) in sanity_check_segment_list() 718 ubytes = segment->bufsz; in kimage_load_normal_segment() 789 ubytes = segment->bufsz; in kimage_load_crash_segment()
|
/linux-4.4.14/include/uapi/linux/ |
D | kexec.h | 53 size_t bufsz; member
|
/linux-4.4.14/net/mac80211/ |
D | debugfs.c | 138 size_t bufsz = 30 * NUM_IEEE80211_HW_FLAGS; in hwflags_read() local 139 char *buf = kzalloc(bufsz, GFP_KERNEL); in hwflags_read() 140 char *pos = buf, *end = buf + bufsz - 1; in hwflags_read()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ioc32.c | 240 int bufsz; member 257 || __put_user(req32.bufsz, &request->bufsz) in compat_radeon_cp_cmdbuf()
|
D | radeon_state.c | 2883 if (cmdbuf->bufsz > 64 * 1024 || cmdbuf->bufsz < 0) { in radeon_cp_cmdbuf() 2891 if (cmdbuf->bufsz != 0) { in radeon_cp_cmdbuf() 2894 rv = drm_buffer_alloc(&cmdbuf->buffer, cmdbuf->bufsz); in radeon_cp_cmdbuf() 2898 cmdbuf->bufsz); in radeon_cp_cmdbuf()
|
D | radeon_drv.h | 331 int bufsz; member
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 613 u16 length, bufsz, i, start; in ixgbe_checksum_ptr_x550() local 616 bufsz = sizeof(buf) / sizeof(buf[0]); in ixgbe_checksum_ptr_x550() 620 status = ixgbe_read_ee_hostif_buffer_X550(hw, ptr, bufsz, buf); in ixgbe_checksum_ptr_x550() 649 if (i == bufsz && !buffer) { in ixgbe_checksum_ptr_x550() 650 ptr += bufsz; in ixgbe_checksum_ptr_x550() 652 if (length < bufsz) in ixgbe_checksum_ptr_x550() 653 bufsz = length; in ixgbe_checksum_ptr_x550() 657 bufsz, buf); in ixgbe_checksum_ptr_x550()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_bsg.h | 567 int bufsz; member 671 u64 bufsz; member 679 u32 bufsz; member
|
D | bfad_bsg.c | 1565 iocmd->bufsz) != BFA_STATUS_OK) { in bfad_iocmd_flash_update_part() 1576 iocmd->bufsz, 0, bfad_hcb_comp, &fcomp); in bfad_iocmd_flash_update_part() 1597 iocmd->bufsz) != BFA_STATUS_OK) { in bfad_iocmd_flash_read_part() 1607 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0, in bfad_iocmd_flash_read_part() 1931 iocmd->bufsz) != BFA_STATUS_OK) { in bfad_iocmd_phy_read() 1940 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_read() 1982 iocmd->bufsz) != BFA_STATUS_OK) { in bfad_iocmd_phy_update() 1991 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_update() 2008 if (iocmd->bufsz < sizeof(struct bfa_plog_s)) { in bfad_iocmd_porglog_get() 2037 if (iocmd->bufsz < BFA_DEBUG_FW_CORE_CHUNK_SZ || in bfad_iocmd_debug_fw_core() [all …]
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 1418 unsigned int bufsz; in pch_gbe_alloc_rx_buffers() local 1420 bufsz = adapter->rx_buffer_len + NET_IP_ALIGN; in pch_gbe_alloc_rx_buffers() 1425 skb = netdev_alloc_skb(netdev, bufsz); in pch_gbe_alloc_rx_buffers() 1477 unsigned int bufsz; in pch_gbe_alloc_rx_buffers_pool() local 1480 bufsz = adapter->rx_buffer_len; in pch_gbe_alloc_rx_buffers_pool() 1482 size = rx_ring->count * bufsz + PCH_GBE_RESERVE_MEMORY; in pch_gbe_alloc_rx_buffers_pool() 1492 buffer_info->rx_buffer = rx_ring->rx_buff_pool + bufsz * i; in pch_gbe_alloc_rx_buffers_pool() 1493 buffer_info->length = bufsz; in pch_gbe_alloc_rx_buffers_pool() 1509 unsigned int bufsz; in pch_gbe_alloc_tx_buffers() local 1512 bufsz = in pch_gbe_alloc_tx_buffers() [all …]
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.h | 77 int bufsz; /* RX ring buffer size */ member
|
D | pasemi_mac.c | 644 skb = netdev_alloc_skb(dev, mac->bufsz); in pasemi_mac_replenish_rx_ring() 651 mac->bufsz - LOCAL_SKB_ALIGN, in pasemi_mac_replenish_rx_ring() 661 *buff = XCT_RXB_LEN(mac->bufsz) | XCT_RXB_ADDR(dma); in pasemi_mac_replenish_rx_ring() 791 pci_unmap_single(pdev, dma, mac->bufsz - LOCAL_SKB_ALIGN, in pasemi_mac_clean_rx() 1696 mac->bufsz = new_mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128; in pasemi_mac_change_mtu() 1811 mac->bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128; in pasemi_mac_probe()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-queue.c | 363 unsigned bufsz = (((char __iomem *)cx->scb) + SCB_RESERVED_SIZE - in cx18_stream_alloc() local 368 bufsz / sizeof(struct cx18_mdl_ent)); in cx18_stream_alloc()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas.c | 375 u32 bufsz; in __fetch_rtas_last_error() local 381 bufsz = rtas_get_error_log_max(); in __fetch_rtas_last_error() 387 err_args.args[1] = cpu_to_be32(bufsz); in __fetch_rtas_last_error()
|
/linux-4.4.14/tools/perf/util/ |
D | intel-bts.c | 317 size_t bufsz; in intel_bts_get_next_insn() local 323 bufsz = intel_pt_insn_max_size(); in intel_bts_get_next_insn() 338 len = dso__data_read_addr(al.map->dso, al.map, machine, ip, buf, bufsz); in intel_bts_get_next_insn()
|
D | machine.c | 699 size_t bufsz) in machine__get_kallsyms_filename() argument 702 scnprintf(buf, bufsz, "%s", symbol_conf.default_guest_kallsyms); in machine__get_kallsyms_filename() 704 scnprintf(buf, bufsz, "%s/proc/kallsyms", machine->root_dir); in machine__get_kallsyms_filename()
|
D | intel-pt.c | 419 size_t bufsz; in intel_pt_walk_next_insn() local 430 bufsz = intel_pt_insn_max_size(); in intel_pt_walk_next_insn() 483 offset, buf, bufsz); in intel_pt_walk_next_insn()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1107 int bufsz; in mgc_apply_recover_logs() local 1127 bufsz = PAGE_CACHE_SIZE - pos; in mgc_apply_recover_logs() 1191 memset(buf, 0, bufsz); in mgc_apply_recover_logs() 1254 LASSERT(pos < bufsz); in mgc_apply_recover_logs()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | pcie.c | 1163 u32 bufsz; in brcmf_pcie_init_ringbuffers() local 1173 bufsz = (BRCMF_NROF_D2H_COMMON_MSGRINGS + max_sub_queues) * in brcmf_pcie_init_ringbuffers() 1175 devinfo->idxbuf = dma_alloc_coherent(&devinfo->pdev->dev, bufsz, in brcmf_pcie_init_ringbuffers() 1196 memset(devinfo->idxbuf, 0, bufsz); in brcmf_pcie_init_ringbuffers() 1197 devinfo->idxbuf_sz = bufsz; in brcmf_pcie_init_ringbuffers()
|
/linux-4.4.14/include/xen/interface/ |
D | platform.h | 257 uint32_t bufsz; /* input, in bytes */ member
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_wr.c | 1047 uint32_t bufsz, len, lastlen = 0; in csio_wr_process_fl() local 1070 bufsz = csio_wr_fl_bufsz(sge, buf); in csio_wr_process_fl() 1076 lastlen = min(bufsz, len); in csio_wr_process_fl()
|
/linux-4.4.14/drivers/xen/ |
D | efi.c | 347 info->vendor.bufsz = sizeof(vendor); in xen_efi_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 165 int bufsz; in igbvf_alloc_rx_buffers() local 171 bufsz = adapter->rx_ps_hdr_size; in igbvf_alloc_rx_buffers() 173 bufsz = adapter->rx_buffer_len; in igbvf_alloc_rx_buffers() 204 skb = netdev_alloc_skb_ip_align(netdev, bufsz); in igbvf_alloc_rx_buffers() 212 bufsz, in igbvf_alloc_rx_buffers()
|
/linux-4.4.14/include/uapi/drm/ |
D | radeon_drm.h | 660 int bufsz; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1777 u32 bufsz, frag; in process_responses() local 1806 bufsz = get_buf_size(adapter, sdesc); in process_responses() 1809 fp->size = min(bufsz, len); in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2185 int err, bufsz; in i40evf_init_task() local 2255 bufsz = sizeof(struct i40e_virtchnl_vf_resource) + in i40evf_init_task() 2258 adapter->vf_res = kzalloc(bufsz, GFP_KERNEL); in i40evf_init_task()
|
D | i40e_txrx.c | 479 int bufsz = ALIGN(rx_ring->rx_hdr_len, 256) * rx_ring->count; in i40evf_clean_rx_ring() local 484 bufsz, in i40evf_clean_rx_ring()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 4108 unsigned int bufsz) in e1000_alloc_rx_skb() argument 4110 struct sk_buff *skb = napi_alloc_skb(&adapter->napi, bufsz); in e1000_alloc_rx_skb() 4565 unsigned int bufsz = adapter->rx_buffer_len; in e1000_alloc_rx_buffers() local 4584 if (!e1000_check_64k_bound(adapter, data, bufsz)) { in e1000_alloc_rx_buffers() 4587 "%p\n", bufsz, data); in e1000_alloc_rx_buffers() 4597 if (!e1000_check_64k_bound(adapter, data, bufsz)) { in e1000_alloc_rx_buffers()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 691 int bufsz = priv->dev->mtu + ETH_HLEN + ETH_FCS_LEN; in xgmac_rx_refill() local 700 skb = netdev_alloc_skb_ip_align(priv->dev, bufsz); in xgmac_rx_refill()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2074 u32 len = ntohl(rc->pldbuflen_qid), bufsz, frags; in process_responses() local 2088 bufsz = get_buf_size(adapter, rsd); in process_responses() 2091 fp->size = min(bufsz, len); in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1005 int bufsz = ALIGN(rx_ring->rx_hdr_len, 256) * rx_ring->count; in i40e_clean_rx_ring() local 1010 bufsz, in i40e_clean_rx_ring()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 1856 size_t bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + NET_IP_ALIGN; in macb_open() local 1869 macb_init_rx_buffer_size(bp, bufsz); in macb_open()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 671 unsigned int bufsz = adapter->rx_buffer_len; in e1000_alloc_rx_buffers() local 683 skb = __netdev_alloc_skb_ip_align(netdev, bufsz, gfp); in e1000_alloc_rx_buffers() 843 unsigned int bufsz = 256 - 16; /* for skb_reserve */ in e1000_alloc_jumbo_rx_buffers() local 855 skb = __netdev_alloc_skb_ip_align(netdev, bufsz, gfp); in e1000_alloc_jumbo_rx_buffers()
|