| /kernel/linux/linux-5.10/arch/s390/boot/ |
| H A D | ipl_parm.c | 63 static size_t scpdata_length(const u8 *buf, size_t count) in scpdata_length() argument 79 size_t count = 0; in ipl_block_get_ascii_scpdata() local [all...] |
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| H A D | dma.h | 69 unsigned int count; member
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | ptrace_32.c | 144 genregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs_set() argument 182 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_set() argument 221 dspregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) dspregs_set() argument [all...] |
| H A D | traps_32.c | 48 static inline void sign_extend(unsigned int count, unsigned char *dst) in sign_extend() argument 88 int ret, index, count; in handle_unaligned_ins() local [all...] |
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 489 static int count; in SYSCALL_DEFINE0() local
|
| H A D | ptrace_32.c | 107 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument 182 fpregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs32_set() argument 260 setregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setregs_set() argument 300 setfpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setfpregs_set() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | ksysfs.c | 34 memcpy(buf, (void *)&boot_params + off, count); in boot_params_data_read() local 30 boot_params_data_read(struct file *fp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) boot_params_data_read() argument 173 setup_data_data_read(struct file *fp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) setup_data_data_read() argument
|
| H A D | msr.c | 53 msr_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) msr_read() argument 111 msr_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) msr_write() argument
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | string.h | 90 static inline void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() argument 95 static inline void *memset32(uint32_t *s, uint32_t v, size_t count) in memset32() argument 100 static inline void *memset64(uint64_t *s, uint64_t v, size_t count) in memset64() argument
|
| /kernel/linux/linux-5.10/arch/s390/lib/ |
| H A D | spinlock.c | 120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local 213 int lockval, old, new, owner, count; in arch_spin_lock_classic() local 255 int owner, count; arch_spin_trylock_retry() local [all...] |
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | fbio.h | 51 int count; member
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| H A D | string.c | 64 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument
|
| /kernel/linux/linux-5.10/arch/mips/jazz/ |
| H A D | jazzdma.c | 448 void vdma_set_count(int channel, int count) in vdma_set_count() argument
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | ptrace.c | 412 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument 531 gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr_set() argument 596 gpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr32_set() argument [all...] |
| H A D | perf.c | 288 perf_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) perf_write() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| H A D | opal-dump.c | 86 dump_ack_store(struct dump_obj *dump_obj, struct dump_attribute *attr, const char *buf, size_t count) dump_ack_store() argument 131 init_dump_store(struct dump_obj *dump_obj, struct dump_attribute *attr, const char *buf, size_t count) init_dump_store() argument 287 dump_attr_read(struct file *filep, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) dump_attr_read() argument
|
| H A D | opal-elog.c | 70 elog_ack_store(struct elog_obj *elog_obj, struct elog_attribute *attr, const char *buf, size_t count) elog_ack_store() argument 157 raw_attr_read(struct file *filep, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) raw_attr_read() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| H A D | reconfig.c | 358 static ssize_t ofdt_write(struct file *file, const char __user *buf, size_t count, in ofdt_write() argument
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | hostaudio_kern.c | 70 hostaudio_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) hostaudio_read() argument 97 hostaudio_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) hostaudio_write() argument [all...] |
| /kernel/linux/linux-5.10/arch/um/kernel/skas/ |
| H A D | uaccess.c | 191 long __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() argument 240 int count = 0, n; in __strnlen_user() local
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | smp_twd.c | 143 unsigned long count; in twd_calibrate_rate() local
|
| /kernel/linux/common_modules/xpm/validator/ |
| H A D | elf_code_segment_info.c | 79 int count = 0; in get_elf32_code_segment_count() local 128 int count = 0; in get_elf64_code_segment_count() local
|
| /kernel/linux/common_modules/ucollection/ |
| H A D | ucollection_process_cpu.c | 152 unsigned int __user *count = argp; in ioctrl_collect_process_count() local 189 struct ucollection_process_thread_count __user *count = argp; in ioctrl_collect_thread_count() local 202 struct ucollection_process_thread_count __user *count in ioctrl_collect_app_thread_count() local 166 read_thread_count_locked(struct ucollection_process_thread_count *kcount, struct ucollection_process_thread_count __user *count) read_thread_count_locked() argument [all...] |
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 38 u32 count; member
|
| /kernel/linux/linux-5.10/arch/arm/mach-hisi/ |
| H A D | platmcpm.c | 194 unsigned int data, tries, count; in hip04_cpu_kill() local
|