Symbol: struct_size
sys/compat/linuxkpi/common/include/linux/overflow.h
391
struct_size((type *)NULL, member, count)
sys/ddb/db_pprint.c
109
if (struct_size < CTF_V3_LSTRUCT_THRESH) {
sys/ddb/db_pprint.c
86
size_t struct_size;
sys/ddb/db_pprint.c
95
struct_size = ((type->ctt_size == CTF_V3_LSIZE_SENT) ?
sys/dev/drm2/ttm/ttm_bo.c
1311
unsigned struct_size)
sys/dev/drm2/ttm/ttm_bo.c
1316
size += ttm_round_pot(struct_size);
sys/dev/drm2/ttm/ttm_bo.c
1324
unsigned struct_size)
sys/dev/drm2/ttm/ttm_bo.c
1329
size += ttm_round_pot(struct_size);
sys/dev/drm2/ttm/ttm_bo_api.h
452
unsigned struct_size);
sys/dev/drm2/ttm/ttm_bo_api.h
455
unsigned struct_size);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1331
handle = kzalloc(struct_size(handle, rule, num_rules), GFP_KERNEL);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
555
bulk = kvzalloc(struct_size(bulk, fcs, bulk_len), GFP_KERNEL);
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1726
async_data = kvzalloc(struct_size(async_data, hdr.out_data,
sys/fs/fuse/fuse_vnops.c
2863
size_t struct_size = FUSE_COMPAT_SETXATTR_IN_SIZE;
sys/fs/fuse/fuse_vnops.c
2910
struct_size = sizeof(*set_xattr_in);
sys/fs/fuse/fuse_vnops.c
2912
fdisp_init(&fdi, len + struct_size + uio->uio_resid);
sys/fs/fuse/fuse_vnops.c
2923
attr_str = (char *)fdi.indata + struct_size;
sys/fs/fuse/fuse_vnops.c
2927
err = uiomove((char *)fdi.indata + struct_size + len,
sys/kern/kern_ktrace.c
915
int num_items, size_t struct_size)
sys/kern/kern_ktrace.c
929
max_items = ktr_geniosize / struct_size;
sys/kern/kern_ktrace.c
936
datalen = num_items * struct_size;
sys/kern/kern_ktrace.c
958
ksa->struct_size = struct_size;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3266
flow_attr = kzalloc(struct_size(flow_attr, flows,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
122
buf = kvmalloc(struct_size(buf, data, size), flags);
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
597
hdr.length != struct_size(&hdr, attrs, hdr.num_attrs))
sys/sys/ktrace.h
259
size_t struct_size;
usr.bin/kdump/kdump.c
2370
for (; datalen >= ksa->struct_size;
usr.bin/kdump/kdump.c
2371
data += ksa->struct_size, datalen -= ksa->struct_size) {
usr.bin/kdump/kdump.c
2377
if (ksa->struct_size != sizeof(kev))
usr.bin/kdump/kdump.c
2384
if (ksa->struct_size != sizeof(kev11))
usr.bin/kdump/kdump.c
2399
if (ksa->struct_size != sizeof(kev32))
usr.bin/kdump/kdump.c
2413
if (ksa->struct_size != sizeof(kev32))
usr.bin/kdump/kdump.c
2426
if (ksa->struct_size != sizeof(pfd))