Home
last modified time | relevance | path

Searched refs:allocated_size (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c34 .allocated_size = hdev->bpf.allocated_data, in dispatch_hid_bpf_device_event()
73 if (ret > ctx_kern.ctx.allocated_size) in dispatch_hid_bpf_device_event()
79 *buf_size = ctx_kern.ctx.allocated_size; in dispatch_hid_bpf_device_event()
93 .allocated_size = size, in dispatch_hid_bpf_raw_requests()
133 .allocated_size = size, in dispatch_hid_bpf_output_report()
170 .allocated_size = HID_MAX_DESCRIPTOR_SIZE, in call_hid_bpf_rdesc_fixup()
177 ctx_kern.data = kzalloc(ctx_kern.ctx.allocated_size, GFP_KERNEL); in call_hid_bpf_rdesc_fixup()
188 if (ret > ctx_kern.ctx.allocated_size) in call_hid_bpf_rdesc_fixup()
305 end > ctx->allocated_size) in hid_bpf_get_data()
/linux/drivers/base/firmware_loader/
H A Dfallback_platform.c28 if (fw_priv->data && size > fw_priv->allocated_size) in firmware_fallback_platform()
H A Dfirmware.h71 size_t allocated_size; member
H A Dsysfs.c344 if (offset + count > fw_priv->allocated_size) { in firmware_data_write()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h108 uint32_t allocated_size; member
/linux/security/integrity/ima/
H A Dima_crypto.c238 ima_alloc_pages(loff_t max_size,size_t * allocated_size,int last_warn) ima_alloc_pages() argument
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h72 __u32 allocated_size; member
/linux/include/linux/
H A Dhid_bpf.h48 __u32 allocated_size; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6132 u16 *allocated_size) in hclge_set_umv_space() argument
6150 *allocated_size = le32_to_cpu(desc.data[1]); in hclge_set_umv_space()
6157 u16 allocated_size = 0; in hclge_init_umv_space() local
6160 ret = hclge_set_umv_space(hdev, hdev->wanted_umv_size, &allocated_size); in hclge_init_umv_space()
6164 if (allocated_size < hdev->wanted_umv_size) in hclge_init_umv_space()
6167 hdev->wanted_umv_size, allocated_size); in hclge_init_umv_space()
6169 hdev->max_umv_size = allocated_size; in hclge_init_umv_space()