Searched refs:count (Results 476 - 500 of 7674) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/core/oss/
H A Dio.c28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1)
29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count)
30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1)
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.h14 ssize_t ivtv_v4l2_read(struct file *filp, char __user *buf, size_t count,
16 ssize_t ivtv_v4l2_write(struct file *filp, const char __user *buf, size_t count,
/linux-master/tools/time/
H A Dudelay_test.sh53 count=`grep -c FAIL $tmp_file`
55 echo "ERROR: $count delays failed to delay long enough"
/linux-master/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.h62 int slen, int *count, u8 *dst, int dsize);
67 u16 slen, int *count, u8 *dst, int dsize);
/linux-master/drivers/firmware/google/
H A Dmemconsole.c18 loff_t pos, size_t count)
26 return memconsole_read_func(buf, pos, count);
16 memconsole_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) argument
/linux-master/tools/testing/selftests/sync/
H A Dsync.c133 int count; local
139 count = info->num_fences;
143 return count;
148 unsigned int i, count = 0; local
158 count++;
163 return count;
171 int sw_sync_timeline_inc(int fd, unsigned int count) argument
173 __u32 arg = count;
/linux-master/arch/sparc/include/asm/
H A Dstring.h18 #define memset(s, c, count) __builtin_memset(s, c, count)
/linux-master/arch/sh/include/asm/
H A Dsyscalls_32.h15 size_t count, long dummy, loff_t pos);
17 size_t count, long dummy, loff_t pos);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.h47 uint32_t count; member in struct:arcturus_single_dpm_table
53 uint16_t count; member in struct:arcturus_pcie_table
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c50 unsigned int pos, unsigned int count,
59 return user_regset_copyin(&pos, &count, &kbuf, &ubuf,
49 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitterstart.sh21 echo jitterstart.sh: Missing count of jitter.sh scripts to start.
/linux-master/samples/bpf/
H A Dtest_override_return.sh5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
/linux-master/arch/parisc/lib/
H A Dmemcpy.c41 void * memcpy(void * dst,const void *src, size_t count) argument
45 pa_memcpy(dst, src, count);
/linux-master/include/crypto/
H A Dsm3.h34 u64 count; member in struct:sm3_state
58 sctx->count = 0;
/linux-master/drivers/tty/serial/
H A Dimx_earlycon.c28 unsigned count)
32 uart_console_write(&dev->port, s, count, imx_uart_console_early_putchar);
27 imx_uart_console_early_write(struct console *con, const char *s, unsigned count) argument
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.h47 uint32_t count; member in struct:aldebaran_single_dpm_table
53 uint16_t count; member in struct:aldebaran_pcie_table
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dvgic.h13 #define REDIST_REGION_ATTR_ADDR(count, base, flags, index) \
14 (((uint64_t)(count) << 52) | \
/linux-master/arch/s390/crypto/
H A Dsha512_s390.c33 ctx->count = 0;
44 octx->count[0] = sctx->count;
45 octx->count[1] = 0;
56 if (unlikely(ictx->count[1]))
58 sctx->count = ictx->count[0];
98 ctx->count = 0;
/linux-master/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_private.h20 u32 count; member in struct:vfio_fsl_mc_irq
44 unsigned int start, unsigned int count,
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c71 __u32 step, count, total, total_success; local
103 count = step;
107 keys + total, values + total, &count, &opts);
112 total += count;
123 count = step;
126 count = max_entries - total;
127 err = bpf_map_delete_batch(map_fd, keys + total, &count,
131 total += count;
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.h21 unsigned int offset, size_t count);
22 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count);
/linux-master/include/linux/
H A Dposix_acl_xattr.h18 posix_acl_xattr_size(int count) argument
21 (count * sizeof(struct posix_acl_xattr_entry)));
H A Dsemaphore.h17 unsigned int count; member in struct:semaphore
24 .count = n, \
H A Dhex.h30 extern int __must_check hex2bin(u8 *dst, const char *src, size_t count);
31 extern char *bin2hex(char *dst, const void *src, size_t count);
/linux-master/drivers/acpi/
H A Dacpi_platform.c120 int count; local
141 count = acpi_dev_get_resources(adev, &resource_list, NULL, NULL);
142 if (count < 0)
144 if (count > 0) {
145 resources = kcalloc(count, sizeof(*resources), GFP_KERNEL);
150 count = 0;
153 &resources[count++]);
168 pdevinfo.num_res = count;

Completed in 204 milliseconds

<<11121314151617181920>>