Searched refs:count (Results 126 - 150 of 7674) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/cpufreq/
H A Dcpu.sh76 count=0;
80 let count=count+1;
84 echo $count;
/linux-master/tools/testing/selftests/sync/
H A Dsw_sync.h39 int sw_sync_timeline_inc(int fd, unsigned int count);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.h19 int count);
/linux-master/arch/arm64/lib/
H A Dcopy_template.S26 count .req x2 label
43 cmp count, #16
50 sub count, count, tmp2
74 cmp count, #64
83 * bottom 6 bits of count to be accurate.
85 ands tmp1, count, #0x30
110 tbz count, #3, 1f
114 tbz count, #2, 2f
118 tbz count, #
[all...]
/linux-master/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c33 u32 count, count2; local
36 count = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT);
38 } while (count2 != count);
41 return ~count;
H A Di8253.c41 int count; local
52 * before latching the timer count to guarantee that although
53 * the jiffies value might be older than the count (that is,
56 * count), it cannot be newer.
59 outb_p(0x00, PIT_MODE); /* latch the count ASAP */
60 count = inb_p(PIT_CH0); /* read the latched count */
61 count |= inb_p(PIT_CH0) << 8;
63 /* VIA686a test code... reset the latch if count > max + 1 */
64 if (count > PIT_LATC
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_scale.sh37 while read netdev count <<<$(
43 devlink port split $netdev count $count
44 check_err $? "Did not split $netdev into $count"
H A Drif_mac_profiles_occ.sh43 local count=$1; shift
46 for ((i = 1; i <= count; i++)); do
77 local count=$1; shift
82 if [[ $count -eq 1 ]]; then
96 [[ $occ -eq $((count - 1)) ]]
106 local count=$1; shift
107 local i=$((count + 1))
131 local count=$(devlink_resource_size_get rif_mac_profiles)
133 create_max_rif_mac_profiles $count
136 rif_mac_profile_consolidation_test $count
[all...]
/linux-master/arch/sparc/include/asm/
H A Duaccess.h13 long strncpy_from_user(char *dest, const char __user *src, long count);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dfilter.h22 * @count: Number of MAC addresses in the array
32 u8 count; member in struct:iwl_mcast_filter_cmd
/linux-master/arch/arm64/kernel/
H A Dcrash_dump.c37 * @count: number of bytes to read
40 * This function reads @count bytes from elf core header which exists
43 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) argument
45 memcpy(buf, phys_to_virt((phys_addr_t)*ppos), count);
46 *ppos += count;
48 return count;
/linux-master/fs/ext2/
H A Dacl.h27 static inline size_t ext2_acl_size(int count) argument
29 if (count <= 4) {
31 count * sizeof(ext2_acl_entry_short);
35 (count - 4) * sizeof(ext2_acl_entry);
/linux-master/drivers/video/fbdev/core/
H A Dfb_backlight.c17 unsigned int i, flat, count, range = (max - min); local
26 count = FB_BACKLIGHT_LEVELS * 15 / 16;
27 for (i = 0; i < count; ++i)
28 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count);
/linux-master/tools/perf/tests/shell/
H A Dstat+csv_summary.sh11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \
24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_clock.h14 u64 xe_gt_clock_cycles_to_ns(const struct xe_gt *gt, u64 count);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.h16 u32 count; member in struct:nouveau_exec_job_args::__anon767
21 u32 count; member in struct:nouveau_exec_job_args::__anon768
26 u32 count; member in struct:nouveau_exec_job_args::__anon769
37 u32 count; member in struct:nouveau_exec_job::__anon770
/linux-master/arch/alpha/lib/
H A Dchecksum.c81 int odd, count; local
92 count = len >> 1; /* nr of 16-bit words.. */
93 if (count) {
96 count--;
100 count >>= 1; /* nr of 32-bit words.. */
101 if (count) {
104 count--;
108 count >>= 1; /* nr of 64-bit words.. */
109 if (count) {
113 count
[all...]
/linux-master/arch/x86/lib/
H A Dstring_32.c34 char *strncpy(char *dest, const char *src, size_t count) argument
47 : "0" (src), "1" (dest), "2" (count) : "memory");
72 char *strncat(char *dest, const char *src, size_t count) argument
88 : "0" (src), "1" (dest), "2" (0), "3" (0xffffffffu), "g" (count)
119 int strncmp(const char *cs, const char *ct, size_t count) argument
136 : "1" (cs), "2" (ct), "3" (count)
181 void *memchr(const void *cs, int c, size_t count) argument
185 if (!count)
193 : "a" (c), "0" (cs), "1" (count)
218 size_t strnlen(const char *s, size_t count) argument
[all...]
/linux-master/drivers/parisc/
H A Deisa_eeprom.c26 char __user *buf, size_t count, loff_t *ppos )
35 count = *ppos + count < HPEE_MAX_LENGTH ? count : HPEE_MAX_LENGTH - *ppos;
36 tmp = kmalloc(count, GFP_KERNEL);
38 for (i = 0; i < count; i++)
41 if (copy_to_user (buf, tmp, count))
44 ret = count;
25 eisa_eeprom_read(struct file * file, char __user *buf, size_t count, loff_t *ppos ) argument
/linux-master/drivers/net/wireless/st/cw1200/
H A Dhwbus.h21 void *dst, int count);
23 const void *src, int count);
/linux-master/drivers/net/ipa/
H A Dipa_gsi.h38 * @count: Number of transactions queued
44 void ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count,
51 * @count: Number of transactions completed since last report
57 void ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_clock_utils.h21 u64 intel_gt_clock_interval_to_ns(const struct intel_gt *gt, u64 count);
22 u64 intel_gt_pm_interval_to_ns(const struct intel_gt *gt, u64 count);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall3.c13 int count = 0; variable
18 count++;
/linux-master/drivers/xen/
H A Dmem-reservation.c29 void __xenmem_reservation_va_mapping_update(unsigned long count, argument
35 for (i = 0; i < count; i++) {
58 void __xenmem_reservation_va_mapping_reset(unsigned long count, argument
63 for (i = 0; i < count; i++) {
86 int xenmem_reservation_increase(int count, xen_pfn_t *frames) argument
96 reservation.nr_extents = count;
102 int xenmem_reservation_decrease(int count, xen_pfn_t *frames) argument
112 reservation.nr_extents = count;
/linux-master/drivers/gpu/drm/i915/
H A Di915_mitigations.c101 int count, i; local
108 count = scnprintf(buffer, PAGE_SIZE, "%s,", "auto");
112 count = 0;
119 count += scnprintf(buffer + count, PAGE_SIZE - count,
123 buffer[count - 1] = '\n';
124 return count;

Completed in 343 milliseconds

1234567891011>>