Home
last modified time | relevance | path

Searched refs:size (Results 13401 - 13425 of 28103) sorted by relevance

1...<<531532533534535536537538539540>>...1125

/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.h137 size_t size, int d) in rtrs_srv_update_rdma_stats()
140 this_cpu_add(s->rdma_stats->dir[d].size_total, size); in rtrs_srv_update_rdma_stats()
136 rtrs_srv_update_rdma_stats(struct rtrs_srv_stats *s, size_t size, int d) rtrs_srv_update_rdma_stats() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-transient.c46 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception() local
48 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception()
/kernel/linux/linux-6.6/drivers/media/common/
H A Dcypress_firmware.c47 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-6.6/drivers/media/common/videobuf2/
H A Dframe_vector.c162 int size = sizeof(struct frame_vector) + sizeof(void *) * nr_frames; in frame_vector_create() local
176 vec = kvmalloc(size, GFP_KERNEL); in frame_vector_create()
/kernel/linux/linux-6.6/tools/perf/include/perf/
H A Dperf_dlfilter.h39 __u32 size; /* Size of this structure (for compatibility checking) */ member
79 __u32 size; /* Size of this structure (for compatibility checking) */ member
105 * Return information about address (al->size must be set before
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_hwdep.c97 int size = snd_util_mem_avail(emu->memhdr); in snd_emux_hwdep_ioctl() local
98 return put_user(size, (unsigned int __user *)arg); in snd_emux_hwdep_ioctl()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h14 uint64_t size) in __kvm_reg_id()
16 return KVM_REG_RISCV | type | idx | size; in __kvm_reg_id()
13 __kvm_reg_id(uint64_t type, uint64_t idx, uint64_t size) __kvm_reg_id() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsample.h23 u64 size; member
65 u64 size; member
H A Denv.h24 char *size; member
37 u64 size; member
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dssve_za_regs.c111 fprintf(stderr, "Got expected SSVE size %u and VL %d\n", in do_one_sme_vl()
112 regs->size, ssve->vl); in do_one_sme_vl()
127 fprintf(stderr, "Got expected ZA size %u and VL %d\n", in do_one_sme_vl()
128 regs->size, za->vl); in do_one_sme_vl()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c31 "stack bytes written=%d not multiple of struct size=%d\n", in check_good_sample()
35 "global bytes written=%d not multiple of struct size=%d\n", in check_good_sample()
109 attr.size = sizeof(attr); in test_perf_branches_hw()
150 attr.size = sizeof(attr); in test_perf_branches_no_hw()
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument
24 int ret = syscall(__NR_openat2, dfd, path, how, size); in raw_openat2()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c54 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size);
55 unsigned long test_copy_tofrom_user_reference(void *to, const void *from, unsigned long size);
/kernel/linux/linux-6.6/virt/kvm/
H A Dbinary_stats.c21 * @size_stats: the size of stats data block pointed by @stats
23 * @size: requested read size from userspace
55 char __user *user_buffer, size_t size, loff_t *offset) in kvm_stats_read()
59 ssize_t remain = size; in kvm_stats_read()
78 * The pos is 0 and the copylen and remain would be the size of header. in kvm_stats_read()
80 * size of header. That usually happens when userspace reads stats in kvm_stats_read()
52 kvm_stats_read(char *id, const struct kvm_stats_header *header, const struct _kvm_stats_desc *desc, void *stats, size_t size_stats, char __user *user_buffer, size_t size, loff_t *offset) kvm_stats_read() argument
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h75 u32 size; member
115 int size; member
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A Dopl4_proc.c95 entry->size = 4 * 1024 * 1024; in snd_opl4_create_proc()
98 entry->size = 1 * 1024 * 1024; in snd_opl4_create_proc()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_kexec.c26 /* segment size can't change between kexec load and execute */ in ima_dump_measurement_list()
33 file.size = segment_size; in ima_dump_measurement_list()
40 if (file.count < file.size) { in ima_dump_measurement_list()
54 * (eg. version, buffer size, number of measurements) in ima_dump_measurement_list()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_btf.h38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \
39 (type), (offset), (size)
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Ddyn_test.c44 reg.size = sizeof(reg); in reg_event()
60 unreg.size = sizeof(unreg); in unreg_event()
176 /* Bad size format should fail */ in TEST_F()
178 /* Large size should fail */ in TEST_F()
180 /* Long size string should fail */ in TEST_F()
226 /* Struct name and size matches */ in TEST_F()
234 /* Struct size don't match */ in TEST_F()
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_common.h147 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor,
149 void usbip_names_get_class(char *buff, size_t size, uint8_t class,
/kernel/liteos_a/fs/proc/os_adapt/
H A Dvmm_proc.c66 (VOID)LosBufPrintf(seqBuf, "\r\n PID aspace name base size pages \n"); in OsVmDumpSeqSpaces()
69 pcb->processID, space, pcb->processName, space->base, space->size, spacePages); in OsVmDumpSeqSpaces()
71 "\r\n\t region name base size mmu_flags pages pg/ref\n"); in OsVmDumpSeqSpaces()
84 region->range.size, flagsStr, regionPages, pssPages); in OsVmDumpSeqSpaces()
/kernel/liteos_a/kernel/include/
H A Dlos_base.h88 * Align the tail of the object with the base address addr, with size bytes being the smallest unit of alignment.
90 #define TRUNCATE(addr, size) ((UINTPTR)(addr) & ~((size) - 1))
204 * @param boundary [IN] The align size what you want to align.
/kernel/liteos_a/lib/libc/musl/src/arch/arm/
H A Dmemset.S135 .size __memset, Lfunc_end - __memset
137 .size memset, Lfunc_end - memset
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpios.h39 size_t size; member
61 return locked_mem_handle->size != 0; in hpios_locked_mem_valid()
/kernel/liteos_m/components/iar_tls/
H A Dlos_iar_tls.c107 STATIC __iar_Rmtx IarMtxCreate(struct IarMutexInfo *mutexArray, UINT32 size) in IarMtxCreate() argument
111 for (i = 0; i < size; i++) { in IarMtxCreate()

Completed in 19 milliseconds

1...<<531532533534535536537538539540>>...1125