/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ 37 (type), (offset), (size)
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | uaccess.h | 96 #define __get_user_common(val, size, ptr, err) \ 98 switch (size) { \
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | processor.h | 89 unsigned long *size) in arch_thread_struct_whitelist() 92 *size = sizeof_field(struct thread_struct, fstate); in arch_thread_struct_whitelist() 88 arch_thread_struct_whitelist(unsigned long *offset, unsigned long *size) arch_thread_struct_whitelist() argument
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ipl.h | 65 extern size_t ipl_block_get_ascii_vmparm(char *dest, size_t size, 120 size_t size; member
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | pgtable_64.c | 82 if (bios_start > entry->addr + entry->size) in find_trampoline_placement() 83 new = entry->addr + entry->size; in find_trampoline_placement()
|
H A D | misc.h | 62 void *malloc(int size); 96 u64 size; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | ldc.h | 87 unsigned int size); 88 int ldc_read(struct ldc_channel *lp, void *buf, unsigned int size);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma_types.h | 64 * In this example both the size and layout of pages in the alternative view is 114 unsigned int size; member 136 /* As we encode the size of each branch inside the union into its type, in assert_i915_gem_gtt_types() 137 * we have to be careful that each branch has a unique size. in assert_i915_gem_gtt_types() 184 u64 size; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-gfrm.c | 51 u8 *data, int size) in gfrm_raw_event() 59 if (size < 2 || data[0] != GFRM100_SEARCH_KEY_REPORT_ID) in gfrm_raw_event() 50 gfrm_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) gfrm_raw_event() argument
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/ |
H A D | client.h | 14 /* Tx and Rx ring size */ 133 uint32_t size); 136 uint8_t size);
|
/kernel/linux/linux-5.10/drivers/media/common/ |
H A D | cypress_firmware.c | 47 if (*pos >= fw->size) in cypress_get_hexline() 53 if ((*pos + hx->len + 4) >= fw->size) in cypress_get_hexline() 105 "%s: error while transferring firmware (transferred size=%d, block size=%d)\n", in cypress_load_firmware()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap-transient.c | 43 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception() local 45 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | rc.c | 120 if (head >= qp->r_rq.size) in rvt_compute_aeth() 122 if (tail >= qp->r_rq.size) in rvt_compute_aeth()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.h | 133 size_t size, int d) in rtrs_srv_update_rdma_stats() 136 atomic64_add(size, &s->rdma_stats.dir[d].size_total); in rtrs_srv_update_rdma_stats() 132 rtrs_srv_update_rdma_stats(struct rtrs_srv_stats *s, size_t size, int d) rtrs_srv_update_rdma_stats() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | mxms.c | 69 u16 size = mxms_headerlen(mxm) + mxms_structlen(mxm); in mxms_checksum() local 71 while (size--) in mxms_checksum()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv41.c | 107 nv41_vmm_new(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in nv41_vmm_new() argument 111 return nv04_vmm_new_(&nv41_vmm, mmu, 0, managed, addr, size, in nv41_vmm_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk110.c | 89 .code.size = sizeof(gk110_pmu_code), 91 .data.size = sizeof(gk110_pmu_data),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gem_shrinker.c | 31 count += shmem->base.size >> PAGE_SHIFT; in panfrost_gem_shrinker_count() 81 freed += shmem->base.size >> PAGE_SHIFT; in panfrost_gem_shrinker_scan()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.h | 193 * @size: image buffer size in bytes 204 u32 size; member 243 * @size: buffer size 248 unsigned long size; member
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_cmd_v5.c | 46 h2r_args.arg[0] = dev->fw_buf.size; in s5p_mfc_sys_init_cmd_v5() 114 h2r_args.arg[3] = ctx->ctx.size; in s5p_mfc_open_inst_cmd_v5()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | ibmvmc.h | 95 u32 size; member 114 __be32 max_mtu; /* Maximum message size supported (bytes) */ 154 int size, cur; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | icm.h | 52 size_t size; member 136 return iter->chunk->buf[iter->page_idx].size; in mlx4_icm_size()
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | msu-sink.c | 51 static int msu_sink_alloc_window(void *data, struct sg_table **sgt, size_t size) in msu_sink_alloc_window() argument 62 nents = DIV_ROUND_UP(size, PAGE_SIZE); in msu_sink_alloc_window()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | k3-cppi-desc-pool.c | 33 "k3_knav_desc_pool size %zu != avail %zu", in k3_cppi_desc_pool_destroy() 44 k3_cppi_desc_pool_create_name(struct device *dev, size_t size, in k3_cppi_desc_pool_create_name() argument 58 pool->num_desc = size; in k3_cppi_desc_pool_create_name()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | fw.h | 27 __le32 size; /* whole record, bytes after head */ member 31 * data_size inferred from the @head.size. For this case, 32 * data_size = @head.size - offsetof(struct wil_fw_record_data, data) 39 /* fill with constant @value, @size bytes starting from @addr */ 43 __le32 size; member 47 * for informational purpose, data_size is @head.size from record header 63 /* capabilities (variable size), see enum wmi_fw_capability */ 82 /* keep last - concurrency limits, variable size by n_limits */ 95 /* keep last - combinations, variable size by n_combos */ 115 * data_size = @head.size [all...] |