/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | runlist.c | 183 * @dsize: number of elements in @dst (including end marker) 205 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_append() 214 if ((loc + 1) < dsize) in ntfs_rl_append() 218 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right); in ntfs_rl_append() 234 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - (loc + 1 + right)); in ntfs_rl_append() 250 * @dsize: number of elements in @dst (including end marker) 272 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_insert() 302 dst = ntfs_rl_realloc(dst, dsize, dsize in ntfs_rl_insert() 204 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_append() argument 271 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_insert() argument 367 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_replace() argument 456 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_split() argument [all...] |
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_02.c | 135 int dsize = -1; in getdatasize() local 143 dsize = strtol(line + 7, &p, 0); in getdatasize() 147 dsize *= 1024; in getdatasize() 152 return dsize; in getdatasize() 225 "if_freenameindex leaking memory (%d iterations) dsize before %d dsize after %d", in if_nameindex_test()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 59 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test() 65 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test() argument 72 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add() 86 size_t dsize) in bitmap_port_do_list() 268 set->dsize = ip_set_elem_len(set, tb, 0, 0); in bitmap_port_create() 269 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_port_create() 58 bitmap_port_do_test(const struct bitmap_port_adt_elem *e, const struct bitmap_port *map, size_t dsize) bitmap_port_do_test() argument 71 bitmap_port_do_add(const struct bitmap_port_adt_elem *e, struct bitmap_port *map, u32 flags, size_t dsize) bitmap_port_do_add() argument 85 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, size_t dsize) bitmap_port_do_list() argument
|
H A D | ip_set_bitmap_ip.c | 68 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test() 74 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test() argument 81 u32 flags, size_t dsize) in bitmap_ip_do_add() 94 size_t dsize) in bitmap_ip_do_list() 320 set->dsize = ip_set_elem_len(set, tb, 0, 0); in bitmap_ip_create() 321 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ip_create() 67 bitmap_ip_do_test(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, size_t dsize) bitmap_ip_do_test() argument 80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, u32 flags, size_t dsize) bitmap_ip_do_add() argument 93 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, size_t dsize) bitmap_ip_do_list() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nv04_fbcon.c | 85 uint32_t dsize; in nv04_fbcon_imageblit() local 114 dsize = ALIGN(ALIGN(image->width, 8) * image->height, 32) >> 5; in nv04_fbcon_imageblit() 115 while (dsize) { in nv04_fbcon_imageblit() 116 int iter_len = dsize > 128 ? 128 : dsize; in nv04_fbcon_imageblit() 124 dsize -= iter_len; in nv04_fbcon_imageblit()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 59 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test() 65 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test() argument 72 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add() 86 size_t dsize) in bitmap_port_do_list() 268 set->dsize = ip_set_elem_len(set, tb, 0, 0); in bitmap_port_create() 269 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_port_create() 58 bitmap_port_do_test(const struct bitmap_port_adt_elem *e, const struct bitmap_port *map, size_t dsize) bitmap_port_do_test() argument 71 bitmap_port_do_add(const struct bitmap_port_adt_elem *e, struct bitmap_port *map, u32 flags, size_t dsize) bitmap_port_do_add() argument 85 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, size_t dsize) bitmap_port_do_list() argument
|
H A D | ip_set_bitmap_ip.c | 68 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test() 74 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test() argument 81 u32 flags, size_t dsize) in bitmap_ip_do_add() 94 size_t dsize) in bitmap_ip_do_list() 320 set->dsize = ip_set_elem_len(set, tb, 0, 0); in bitmap_ip_create() 321 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ip_create() 67 bitmap_ip_do_test(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, size_t dsize) bitmap_ip_do_test() argument 80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, u32 flags, size_t dsize) bitmap_ip_do_add() argument 93 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, size_t dsize) bitmap_ip_do_list() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | esparser.c | 86 int dsize; in vp9_update_header() local 95 dsize = vb2_get_plane_payload(buf, 0); in vp9_update_header() 97 if (dsize == vb2_plane_size(buf, 0)) { in vp9_update_header() 102 marker = dp[dsize - 1]; in vp9_update_header() 106 mag_ptr = dsize - mag * num_frames - 2; in vp9_update_header() 129 frame_size[0] = dsize; in vp9_update_header() 130 tot_frame_size[0] = dsize; in vp9_update_header() 131 total_datasize = dsize; in vp9_update_header()
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | esparser.c | 85 int dsize; in vp9_update_header() local 94 dsize = vb2_get_plane_payload(buf, 0); in vp9_update_header() 96 if (dsize == vb2_plane_size(buf, 0)) { in vp9_update_header() 101 marker = dp[dsize - 1]; in vp9_update_header() 105 mag_ptr = dsize - mag * num_frames - 2; in vp9_update_header() 128 frame_size[0] = dsize; in vp9_update_header() 129 tot_frame_size[0] = dsize; in vp9_update_header() 130 total_datasize = dsize; in vp9_update_header()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_fprobe.c | 179 int dsize; in __fentry_trace_func() local 187 dsize = __get_data_size(&tf->tp, regs); in __fentry_trace_func() 190 sizeof(*entry) + tf->tp.size + dsize); in __fentry_trace_func() 197 store_trace_args(&entry[1], &tf->tp, regs, sizeof(*entry), dsize); in __fentry_trace_func() 222 int dsize; in __fexit_trace_func() local 230 dsize = __get_data_size(&tf->tp, regs); in __fexit_trace_func() 233 sizeof(*entry) + tf->tp.size + dsize); in __fexit_trace_func() 241 store_trace_args(&entry[1], &tf->tp, regs, sizeof(*entry), dsize); in __fexit_trace_func() 265 int size, __size, dsize; in fentry_perf_func() local 272 dsize in fentry_perf_func() 297 int size, __size, dsize; fexit_perf_func() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 258 size_t dsize; in ast_vhub_rep_desc() local 274 dsize = USB_DT_DEVICE_SIZE; in ast_vhub_rep_desc() 275 memcpy(ep->buf, &vhub->vhub_dev_desc, dsize); in ast_vhub_rep_desc() 276 BUILD_BUG_ON(dsize > sizeof(vhub->vhub_dev_desc)); in ast_vhub_rep_desc() 280 dsize = AST_VHUB_CONF_DESC_SIZE; in ast_vhub_rep_desc() 281 memcpy(ep->buf, &vhub->vhub_conf_desc, dsize); in ast_vhub_rep_desc() 282 BUILD_BUG_ON(dsize > sizeof(vhub->vhub_conf_desc)); in ast_vhub_rep_desc() 286 dsize = AST_VHUB_HUB_DESC_SIZE; in ast_vhub_rep_desc() 287 memcpy(ep->buf, &vhub->vhub_hub_desc, dsize); in ast_vhub_rep_desc() 288 BUILD_BUG_ON(dsize > sizeo in ast_vhub_rep_desc() [all...] |
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | isdnhdlc.h | 62 int slen, int *count, u8 *dst, int dsize); 67 u16 slen, int *count, u8 *dst, int dsize);
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | isdnhdlc.h | 62 int slen, int *count, u8 *dst, int dsize); 67 u16 slen, int *count, u8 *dst, int dsize);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nv_accel.c | 357 u32 dsize, width, *data = (u32 *) image->data, tmp; in nvidiafb_mono_color_expand() local 361 dsize = (width * image->height) >> 5; in nvidiafb_mono_color_expand() 381 while (dsize >= RECT_EXPAND_TWO_COLOR_DATA_MAX_DWORDS) { in nvidiafb_mono_color_expand() 391 dsize -= RECT_EXPAND_TWO_COLOR_DATA_MAX_DWORDS; in nvidiafb_mono_color_expand() 394 if (dsize) { in nvidiafb_mono_color_expand() 395 NVDmaStart(info, par, RECT_EXPAND_TWO_COLOR_DATA(0), dsize); in nvidiafb_mono_color_expand() 397 for (j = dsize; j--;) { in nvidiafb_mono_color_expand()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | unicode.c | 348 int size, dsize, decompose; in hfsplus_asc2uni() local 358 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni() 362 if (outlen + dsize > max_unistr_len) in hfsplus_asc2uni() 366 } while (--dsize > 0); in hfsplus_asc2uni() 401 int dsize; in hfsplus_hash_dentry() local 407 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry() 417 } while (--dsize > 0); in hfsplus_hash_dentry()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | unicode.c | 348 int size, dsize, decompose; in hfsplus_asc2uni() local 358 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni() 362 if (outlen + dsize > max_unistr_len) in hfsplus_asc2uni() 366 } while (--dsize > 0); in hfsplus_asc2uni() 401 int dsize; in hfsplus_hash_dentry() local 407 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry() 417 } while (--dsize > 0); in hfsplus_hash_dentry()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
H A D | nv_accel.c | 357 u32 dsize, width, *data = (u32 *) image->data, tmp; in nvidiafb_mono_color_expand() local 361 dsize = (width * image->height) >> 5; in nvidiafb_mono_color_expand() 381 while (dsize >= RECT_EXPAND_TWO_COLOR_DATA_MAX_DWORDS) { in nvidiafb_mono_color_expand() 391 dsize -= RECT_EXPAND_TWO_COLOR_DATA_MAX_DWORDS; in nvidiafb_mono_color_expand() 394 if (dsize) { in nvidiafb_mono_color_expand() 395 NVDmaStart(info, par, RECT_EXPAND_TWO_COLOR_DATA(0), dsize); in nvidiafb_mono_color_expand() 397 for (j = dsize; j--;) { in nvidiafb_mono_color_expand()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | ring_buffer.c | 136 u32 read_loc, write_loc, dsize; in hv_get_ringbuffer_availbytes() local 141 dsize = rbi->ring_datasize; in hv_get_ringbuffer_availbytes() 143 *write = write_loc >= read_loc ? dsize - (write_loc - read_loc) : in hv_get_ringbuffer_availbytes() 145 *read = dsize - *write; in hv_get_ringbuffer_availbytes() 527 u32 dsize = rbi->ring_datasize; in __hv_pkt_iter_next() local 532 if (rbi->priv_read_index >= dsize) in __hv_pkt_iter_next() 533 rbi->priv_read_index -= dsize; in __hv_pkt_iter_next()
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 321 local dsize=$((tot_size - buf0size)) 331 ((dsize_2 > dsize)) 332 check_err $? "Invisible buffers account for '$dsize_2', expected '> $dsize'" 352 ((dsize_4 == dsize)) 353 check_err $? "SPAN removed: Invisible buffers account for '$dsize_4', expected '== $dsize'"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 321 local dsize=$((tot_size - buf0size)) 331 ((dsize_2 > dsize)) 332 check_err $? "Invisible buffers account for '$dsize_2', expected '> $dsize'" 352 ((dsize_4 == dsize)) 353 check_err $? "SPAN removed: Invisible buffers account for '$dsize_4', expected '== $dsize'"
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 669 uint dsize; in brcmf_sdiod_ramrw() local 671 dsize = min_t(uint, SBSDIO_SB_OFT_ADDR_LIMIT, size); in brcmf_sdiod_ramrw() 672 pkt = dev_alloc_skb(dsize); in brcmf_sdiod_ramrw() 674 brcmf_err("dev_alloc_skb failed: len %d\n", dsize); in brcmf_sdiod_ramrw() 682 dsize = (SBSDIO_SB_OFT_ADDR_LIMIT - sdaddr); in brcmf_sdiod_ramrw() 684 dsize = size; in brcmf_sdiod_ramrw() 696 write ? "write" : "read", dsize, in brcmf_sdiod_ramrw() 702 skb_put(pkt, dsize); in brcmf_sdiod_ramrw() 705 memcpy(pkt->data, data, dsize); in brcmf_sdiod_ramrw() 718 memcpy(data, pkt->data, dsize); in brcmf_sdiod_ramrw() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 670 uint dsize; in brcmf_sdiod_ramrw() local 672 dsize = min_t(uint, SBSDIO_SB_OFT_ADDR_LIMIT, size); in brcmf_sdiod_ramrw() 673 pkt = dev_alloc_skb(dsize); in brcmf_sdiod_ramrw() 675 brcmf_err("dev_alloc_skb failed: len %d\n", dsize); in brcmf_sdiod_ramrw() 683 dsize = (SBSDIO_SB_OFT_ADDR_LIMIT - sdaddr); in brcmf_sdiod_ramrw() 685 dsize = size; in brcmf_sdiod_ramrw() 697 write ? "write" : "read", dsize, in brcmf_sdiod_ramrw() 703 skb_put(pkt, dsize); in brcmf_sdiod_ramrw() 706 memcpy(pkt->data, data, dsize); in brcmf_sdiod_ramrw() 719 memcpy(data, pkt->data, dsize); in brcmf_sdiod_ramrw() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | bmp.c | 45 int dsize; in bmp_decode_frame() local 216 dsize = buf_size - hsize; in bmp_decode_frame() 221 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { in bmp_decode_frame() 223 if (n * avctx->height > dsize) { in bmp_decode_frame() 225 dsize, n * avctx->height); in bmp_decode_frame() 282 bytestream2_init(&gb, buf, dsize); in bmp_decode_frame()
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 30 __u64 dsize; member 67 #define a_data ah.dsize
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 30 __u64 dsize; member 67 #define a_data ah.dsize
|