/Linux-v6.6/kernel/bpf/ |
D | log.c | 91 u32 buf_start, buf_end, new_n; in bpf_verifier_vlog() local 107 div_u64_rem(cur_pos, log->len_total, &buf_start); in bpf_verifier_vlog() 122 if (buf_start < buf_end) { in bpf_verifier_vlog() 124 if (copy_to_user(log->ubuf + buf_start, in bpf_verifier_vlog() 126 buf_end - buf_start)) in bpf_verifier_vlog() 130 if (copy_to_user(log->ubuf + buf_start, in bpf_verifier_vlog() 132 log->len_total - buf_start)) in bpf_verifier_vlog()
|
/Linux-v6.6/fs/btrfs/ |
D | zlib.c | 281 unsigned long buf_start; in zlib_decompress_bio() local 314 buf_start = total_out; in zlib_decompress_bio() 318 if (buf_start == total_out) in zlib_decompress_bio() 322 total_out - buf_start, cb, buf_start); in zlib_decompress_bio() 394 unsigned long buf_start; in zlib_decompress() local 402 buf_start = total_out; in zlib_decompress() 405 if (total_out == buf_start) { in zlib_decompress() 413 if (total_out > start_byte && buf_start < start_byte) in zlib_decompress() 414 buf_offset = start_byte - buf_start; in zlib_decompress()
|
D | zstd.c | 551 unsigned long buf_start; in zstd_decompress_bio() local 581 buf_start = total_out; in zstd_decompress_bio() 586 total_out - buf_start, cb, buf_start); in zstd_decompress_bio() 650 unsigned long buf_start; in zstd_decompress() local 669 buf_start = total_out; in zstd_decompress() 676 if (total_out > start_byte && buf_start < start_byte) in zstd_decompress() 677 buf_offset = start_byte - buf_start; in zstd_decompress()
|
/Linux-v6.6/drivers/soc/fsl/ |
D | dpaa2-console.c | 47 __le32 buf_start; member 109 u32 read_magic, wrapped, last_byte, buf_start, buf_length; in dpaa2_generic_console_open() local 134 buf_start = readl(&cd->hdr->buf_start); in dpaa2_generic_console_open() 144 cd->start_addr = cd->map_addr + buf_start - offset_delta; in dpaa2_generic_console_open()
|
/Linux-v6.6/tools/lib/perf/ |
D | lib.c | 12 void *buf_start = buf; in ion() local 29 BUG_ON((size_t)(buf - buf_start) != n); in ion()
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | xmit_linux.c | 35 (addr_t)(pfile->buf_start))); in remainder_len() 41 pfile->cur_addr = pfile->buf_start = pktptr->data; in _r8712_open_pktfile() 43 pfile->cur_buffer = pfile->buf_start; in _r8712_open_pktfile()
|
D | xmit_osdep.h | 24 u8 *buf_start; member
|
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 13 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len() 19 pfile->cur_addr = pfile->buf_start = pktptr->data; in _rtw_open_pktfile() 22 pfile->cur_buffer = pfile->buf_start; in _rtw_open_pktfile()
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | mxc_nand.c | 182 unsigned int buf_start; member 906 ret = *(uint16_t *)(host->data_buf + host->buf_start); in mxc_nand_read_byte() 908 host->buf_start += 2; in mxc_nand_read_byte() 910 ret = *(uint8_t *)(host->data_buf + host->buf_start); in mxc_nand_read_byte() 911 host->buf_start++; in mxc_nand_read_byte() 914 dev_dbg(host->dev, "%s: ret=0x%hhx (start=%u)\n", __func__, ret, host->buf_start); in mxc_nand_read_byte() 926 u16 col = host->buf_start; in mxc_nand_write_buf() 933 host->buf_start += n; in mxc_nand_write_buf() 945 u16 col = host->buf_start; in mxc_nand_read_buf() 952 host->buf_start += n; in mxc_nand_read_buf() [all …]
|
D | qcom_nandc.c | 435 int buf_start; member 1475 nandc->buf_start = 0; in qcom_nandc_read_cw_raw() 1898 nandc->buf_start = 0; in qcom_nandc_read_page() 1975 nandc->buf_start = 0; in qcom_nandc_write_page() 2703 nandc->buf_start = 0; in qcom_read_status_exec() 2760 nandc->buf_start = 0; in qcom_read_id_type_exec() 2823 nandc->buf_start = 0; in qcom_misc_cmd_type_exec() 2871 nandc->buf_start = 0; in qcom_param_page_type_exec()
|
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/ |
D | htc.h | 302 u8 *buf_start; member 655 packet->buf = packet->buf_start; in htc_rxpkt_reset() 665 packet->buf_start = buf; in set_htc_rxpkt_info()
|
D | htc_mbox.c | 403 packet->buf = packet->buf_start + HTC_HDR_LENGTH; in htc_get_control_buf() 2410 kfree(packet->buf_start); in ath6kl_htc_mbox_flush_rx_buf() 2800 packet->buf_start = kzalloc(ctrl_bufsz, GFP_KERNEL); in ath6kl_htc_reset() 2801 if (!packet->buf_start) { in ath6kl_htc_reset() 2809 packet->buf = packet->buf_start; in ath6kl_htc_reset() 2897 kfree(packet->buf_start); in ath6kl_htc_mbox_cleanup() 2904 kfree(packet->buf_start); in ath6kl_htc_mbox_cleanup()
|
/Linux-v6.6/drivers/staging/rtl8723bs/include/ |
D | xmit_osdep.h | 15 u8 *buf_start; member
|
/Linux-v6.6/drivers/usb/host/ |
D | isp1362-hcd.c | 138 if (offset < isp1362_hcd->istl_queue[1].buf_start) in get_ptd_queue() 140 else if (offset < isp1362_hcd->intl_queue.buf_start) in get_ptd_queue() 142 else if (offset < isp1362_hcd->atl_queue.buf_start) in get_ptd_queue() 144 else if (offset < isp1362_hcd->atl_queue.buf_start + in get_ptd_queue() 166 offset = epq->buf_start + index * epq->blk_size; in get_ptd_offset() 850 if (ptd_offset < epq->buf_start + epq->buf_size) in next_ptd() 876 ptd_offset = epq->buf_start; in start_iso_transfers() 897 epq->buf_start + epq->buf_size) { in start_iso_transfers() 2247 isp1362_hcd->istl_queue[i].buf_start = i * istl_size / 2, in isp1362_mem_config() 2255 isp1362_hcd->istl_queue[i].buf_start, in isp1362_mem_config() [all …]
|
D | isp1362.h | 419 u16 buf_start; member
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | xlated_dumper.c | 367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument 380 struct bpf_insn *insn_start = buf_start; in dump_xlated_for_graph()
|
/Linux-v6.6/drivers/media/usb/dvb-usb/ |
D | opera1.c | 294 static u8 buf_start[2] = { 0xff, 0x03 }; in opera1_streaming_ctrl() local 297 {.addr = ADDR_B1A6_STREAM_CTRL,.buf = onoff ? buf_start : buf_stop,.len = 2}, in opera1_streaming_ctrl()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | s3c-fb.c | 93 unsigned short buf_start; member 541 writel(info->fix.smem_start, buf + sfb->variant.buf_start); in s3c_fb_set_par() 904 writel(info->fix.smem_start + start_boff, buf + sfb->variant.buf_start); in s3c_fb_pan_display() 1713 .buf_start = VIDW_BUF_START(0), 1747 .buf_start = 0x64,
|
/Linux-v6.6/net/bridge/netfilter/ |
D | ebtables.c | 2098 char *buf_start; in size_entry_mwt() local 2121 buf_start = state->buf_kern_start + state->buf_kern_offset; in size_entry_mwt() 2122 offsets_update = (unsigned int *) buf_start; in size_entry_mwt() 2128 buf_start = (char *) entry; in size_entry_mwt() 2152 char *buf = buf_start + offsets[i]; in size_entry_mwt() 2171 unsigned int offset = buf_start - (char *) base; in size_entry_mwt()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 687 vmw_ptr_diff(sw_context->buf_start, in vmw_cmd_res_check() 1934 vmw_ptr_diff(sw_context->buf_start, in vmw_cmd_shader_define() 1971 vmw_ptr_diff(sw_context->buf_start, in vmw_cmd_shader_destroy() 2027 vmw_ptr_diff(sw_context->buf_start, in vmw_cmd_set_shader() 2666 vmw_ptr_diff(sw_context->buf_start, in vmw_cmd_dx_view_remove() 3726 sw_context->buf_start = buf; in vmw_cmd_check_all()
|
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.h | 844 void *buf_start, u16 queue_id);
|
D | dpaa2-eth.c | 394 void *buf_start, u16 queue_id) in dpaa2_eth_xdp_enqueue() argument 411 faead = dpaa2_get_faead(buf_start, false); in dpaa2_eth_xdp_enqueue() 794 void *buf_start, in dpaa2_eth_enable_tx_tstamp() argument 819 faead = dpaa2_get_faead(buf_start, true); in dpaa2_eth_enable_tx_tstamp() 835 fas = dpaa2_get_fas(buf_start, true); in dpaa2_eth_enable_tx_tstamp() 839 ns = dpaa2_get_ts(buf_start, true); in dpaa2_eth_enable_tx_tstamp()
|
/Linux-v6.6/lib/ |
D | vsprintf.c | 2134 char *buf_start = buf; in device_node_string() local 2214 return widen_string(buf, buf - buf_start, end, spec); in device_node_string() 2222 char *buf_start = buf; in fwnode_string() local 2244 return widen_string(buf, buf - buf_start, end, spec); in fwnode_string()
|
/Linux-v6.6/include/trace/events/ |
D | btrfs.h | 1120 __field( u64, buf_start ) 1129 __entry->buf_start = buf->start; 1140 __entry->buf_start,
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 525 void *buf_start; in refill_fl() local 532 buf_start = skb->data; in refill_fl() 533 err = add_one_rx_buf(buf_start, q->buf_size, d, sd, in refill_fl()
|