Home
last modified time | relevance | path

Searched full:cnt (Results 1 – 25 of 3176) sorted by relevance

12345678910>>...128

/kernel/linux/linux-6.6/arch/ia64/lib/
Dmemset.S27 #define cnt in2 macro
69 cmp.eq p_scr, p0 = cnt, r0
84 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
93 (p_y) add cnt = -8, cnt //
100 (p_yy) add cnt = -4, cnt //
108 (p_y) add cnt = -2, cnt //
118 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
120 (p_yy) add cnt = -1, cnt //
126 shr.u linecnt = cnt, LSIZE_SH
132 and tmp = -(LINE_SIZE), cnt // compute end of range
[all …]
/kernel/linux/linux-5.10/arch/ia64/lib/
Dmemset.S27 #define cnt in2 macro
69 cmp.eq p_scr, p0 = cnt, r0
84 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
93 (p_y) add cnt = -8, cnt //
100 (p_yy) add cnt = -4, cnt //
108 (p_y) add cnt = -2, cnt //
118 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
120 (p_yy) add cnt = -1, cnt //
126 shr.u linecnt = cnt, LSIZE_SH
132 and tmp = -(LINE_SIZE), cnt // compute end of range
[all …]
/kernel/linux/linux-6.6/drivers/misc/
Dtifm_7xx1.c40 unsigned int irq_status, cnt; in tifm_7xx1_isr() local
52 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_isr()
53 sock = fm->sockets[cnt]; in tifm_7xx1_isr()
55 if ((irq_status >> cnt) & TIFM_IRQ_FIFOMASK(1)) in tifm_7xx1_isr()
57 if ((irq_status >> cnt) & TIFM_IRQ_CARDMASK(1)) in tifm_7xx1_isr()
81 int cnt; in tifm_7xx1_toggle_sock_power() local
85 for (cnt = 16; cnt <= 256; cnt <<= 1) { in tifm_7xx1_toggle_sock_power()
90 msleep(cnt); in tifm_7xx1_toggle_sock_power()
109 for (cnt = 16; cnt <= 256; cnt <<= 1) { in tifm_7xx1_toggle_sock_power()
114 msleep(cnt); in tifm_7xx1_toggle_sock_power()
[all …]
/kernel/linux/linux-5.10/drivers/misc/
Dtifm_7xx1.c40 unsigned int irq_status, cnt; in tifm_7xx1_isr() local
52 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_isr()
53 sock = fm->sockets[cnt]; in tifm_7xx1_isr()
55 if ((irq_status >> cnt) & TIFM_IRQ_FIFOMASK(1)) in tifm_7xx1_isr()
57 if ((irq_status >> cnt) & TIFM_IRQ_CARDMASK(1)) in tifm_7xx1_isr()
81 int cnt; in tifm_7xx1_toggle_sock_power() local
85 for (cnt = 16; cnt <= 256; cnt <<= 1) { in tifm_7xx1_toggle_sock_power()
90 msleep(cnt); in tifm_7xx1_toggle_sock_power()
109 for (cnt = 16; cnt <= 256; cnt <<= 1) { in tifm_7xx1_toggle_sock_power()
114 msleep(cnt); in tifm_7xx1_toggle_sock_power()
[all …]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Darch_timer.h67 u64 cnt; in arch_timer_read_cntpct_el0() local
72 : "=r" (cnt)); in arch_timer_read_cntpct_el0()
74 return cnt; in arch_timer_read_cntpct_el0()
79 u64 cnt; in arch_timer_read_cntvct_el0() local
84 : "=r" (cnt)); in arch_timer_read_cntvct_el0()
86 return cnt; in arch_timer_read_cntvct_el0()
172 u64 cnt; in __arch_counter_get_cntpct_stable() local
174 cnt = arch_timer_reg_read_stable(cntpct_el0); in __arch_counter_get_cntpct_stable()
175 arch_counter_enforce_ordering(cnt); in __arch_counter_get_cntpct_stable()
176 return cnt; in __arch_counter_get_cntpct_stable()
[all …]
/kernel/linux/linux-5.10/fs/quota/
Ddquot.c406 int ret, err, cnt; in mark_all_dquot_dirty() local
410 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
411 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty()
423 unsigned int cnt; in dqput_all() local
425 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
426 dqput(dquot[cnt]); in dqput_all()
690 int cnt; in dquot_writeback_dquots() local
697 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
698 if (type != -1 && cnt != type) in dquot_writeback_dquots()
700 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
[all …]
/kernel/linux/linux-6.6/fs/quota/
Ddquot.c404 int ret, err, cnt; in mark_all_dquot_dirty() local
408 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
409 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty()
421 unsigned int cnt; in dqput_all() local
423 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
424 dqput(dquot[cnt]); in dqput_all()
688 int cnt; in dquot_writeback_dquots() local
695 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
696 if (type != -1 && cnt != type) in dquot_writeback_dquots()
698 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Dtc_counters.c33 struct efx_tc_counter *cnt = ptr; in efx_tc_counter_free() local
35 WARN_ON(!list_empty(&cnt->users)); in efx_tc_counter_free()
39 * threads could still be obtaining new pointers to *cnt if they can in efx_tc_counter_free()
42 flush_work(&cnt->work); in efx_tc_counter_free()
43 EFX_WARN_ON_PARANOID(spin_is_locked(&cnt->lock)); in efx_tc_counter_free()
44 kfree(cnt); in efx_tc_counter_free()
89 struct efx_tc_counter *cnt = container_of(work, struct efx_tc_counter, work); in efx_tc_counter_work() local
95 spin_lock_bh(&cnt->lock); in efx_tc_counter_work()
96 touched = READ_ONCE(cnt->touched); in efx_tc_counter_work()
98 list_for_each_entry(act, &cnt->users, count_user) { in efx_tc_counter_work()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc33 cnt=`cnt_trace`
34 if [ $cnt -ne 0 ]; then
46 cnt=`cnt_trace`
47 if [ $cnt -eq 0 ]; then
75 cnt=`grep schedule set_ftrace_filter | wc -l`
76 if [ $cnt -ne 1 ]; then
80 cnt=`cnt_trace`
84 if [ $cnt -ne $cnt2 ]; then
103 cnt=`cnt_trace`
104 if [ $cnt -ne 0 ]; then
[all …]
/kernel/linux/linux-6.6/arch/sh/mm/
Dflush-sh4.c16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local
22 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region()
24 while (cnt >= 8) { in sh4__flush_wback_region()
33 cnt -= 8; in sh4__flush_wback_region()
36 while (cnt) { in sh4__flush_wback_region()
38 cnt--; in sh4__flush_wback_region()
50 reg_size_t aligned_start, v, cnt, end; in sh4__flush_purge_region() local
56 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_purge_region()
58 while (cnt >= 8) { in sh4__flush_purge_region()
67 cnt -= 8; in sh4__flush_purge_region()
[all …]
/kernel/linux/linux-6.6/samples/trace_events/
Dtrace-events-sample.c22 static void do_simple_thread_func(int cnt, const char *fmt, ...) in do_simple_thread_func() argument
27 int len = cnt % 5; in do_simple_thread_func()
40 trace_foo_bar("hello", cnt, array, random_strings[len], in do_simple_thread_func()
45 trace_foo_with_template_simple("HELLO", cnt); in do_simple_thread_func()
47 trace_foo_bar_with_cond("Some times print", cnt); in do_simple_thread_func()
49 trace_foo_with_template_cond("prints other times", cnt); in do_simple_thread_func()
51 trace_foo_with_template_print("I have to be different", cnt); in do_simple_thread_func()
53 trace_foo_rel_loc("Hello __rel_loc", cnt, bitmask, current->cpus_ptr); in do_simple_thread_func()
56 static void simple_thread_func(int cnt) in simple_thread_func() argument
58 do_simple_thread_func(cnt, "iter=%d", cnt); in simple_thread_func()
[all …]
/kernel/linux/linux-5.10/arch/sh/mm/
Dflush-sh4.c16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local
22 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region()
24 while (cnt >= 8) { in sh4__flush_wback_region()
33 cnt -= 8; in sh4__flush_wback_region()
36 while (cnt) { in sh4__flush_wback_region()
38 cnt--; in sh4__flush_wback_region()
50 reg_size_t aligned_start, v, cnt, end; in sh4__flush_purge_region() local
56 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_purge_region()
58 while (cnt >= 8) { in sh4__flush_purge_region()
67 cnt -= 8; in sh4__flush_purge_region()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc33 cnt=`cnt_trace`
34 if [ $cnt -ne 0 ]; then
46 cnt=`cnt_trace`
47 if [ $cnt -eq 0 ]; then
75 cnt=`grep schedule set_ftrace_filter | wc -l`
76 if [ $cnt -ne 1 ]; then
80 cnt=`cnt_trace`
84 if [ $cnt -ne $cnt2 ]; then
103 cnt=`cnt_trace`
104 if [ $cnt -ne 0 ]; then
[all …]
/kernel/linux/linux-6.6/lib/
Dfind_bit_benchmark.c38 unsigned long i, cnt; in test_find_first_bit() local
42 for (cnt = i = 0; i < len; cnt++) { in test_find_first_bit()
47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit()
55 unsigned long i, cnt; in test_find_first_and_bit() local
61 for (cnt = i = 0; i < len; cnt++) { in test_find_first_and_bit()
66 pr_err("find_first_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_and_bit()
73 unsigned long i, cnt; in test_find_next_bit() local
77 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_bit()
80 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit()
87 unsigned long i, cnt; in test_find_next_zero_bit() local
[all …]
/kernel/linux/linux-5.10/fs/ntfs/
Dbitmap.c36 s64 cnt = count; in __ntfs_bitmap_set_bits_in_run() local
47 (unsigned long long)cnt, (unsigned int)value, in __ntfs_bitmap_set_bits_in_run()
50 BUG_ON(cnt < 0); in __ntfs_bitmap_set_bits_in_run()
54 * bits, i.e. @start_bit and @start_bit + @cnt - 1, respectively. in __ntfs_bitmap_set_bits_in_run()
57 end_index = (start_bit + cnt - 1) >> (3 + PAGE_SHIFT); in __ntfs_bitmap_set_bits_in_run()
79 while ((bit & 7) && cnt) { in __ntfs_bitmap_set_bits_in_run()
80 cnt--; in __ntfs_bitmap_set_bits_in_run()
87 if (!cnt) in __ntfs_bitmap_set_bits_in_run()
95 * to @cnt. in __ntfs_bitmap_set_bits_in_run()
97 len = min_t(s64, cnt >> 3, PAGE_SIZE - pos); in __ntfs_bitmap_set_bits_in_run()
[all …]
/kernel/linux/linux-6.6/fs/ntfs/
Dbitmap.c36 s64 cnt = count; in __ntfs_bitmap_set_bits_in_run() local
47 (unsigned long long)cnt, (unsigned int)value, in __ntfs_bitmap_set_bits_in_run()
50 BUG_ON(cnt < 0); in __ntfs_bitmap_set_bits_in_run()
54 * bits, i.e. @start_bit and @start_bit + @cnt - 1, respectively. in __ntfs_bitmap_set_bits_in_run()
57 end_index = (start_bit + cnt - 1) >> (3 + PAGE_SHIFT); in __ntfs_bitmap_set_bits_in_run()
79 while ((bit & 7) && cnt) { in __ntfs_bitmap_set_bits_in_run()
80 cnt--; in __ntfs_bitmap_set_bits_in_run()
87 if (!cnt) in __ntfs_bitmap_set_bits_in_run()
95 * to @cnt. in __ntfs_bitmap_set_bits_in_run()
97 len = min_t(s64, cnt >> 3, PAGE_SIZE - pos); in __ntfs_bitmap_set_bits_in_run()
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.c298 unsigned int uc,cnt; in gen_bitmask_string() local
309 cnt = scnprintf(ptr,len,"%s%s%s", in gen_bitmask_string()
314 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
323 cnt = scnprintf(ptr,len,"%s0x%lx", in gen_bitmask_string()
326 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
329 cnt = scnprintf(ptr,len,"%s+0x%lx", in gen_bitmask_string()
332 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
335 cnt = scnprintf(ptr,len,"%s+0x%lx", in gen_bitmask_string()
338 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
400 unsigned int cnt; in parse_tlist() local
[all …]
/kernel/linux/linux-5.10/lib/
Dfind_bit_benchmark.c38 unsigned long i, cnt; in test_find_first_bit() local
42 for (cnt = i = 0; i < len; cnt++) { in test_find_first_bit()
47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit()
54 unsigned long i, cnt; in test_find_next_bit() local
58 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_bit()
61 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit()
68 unsigned long i, cnt; in test_find_next_zero_bit() local
72 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_zero_bit()
75 pr_err("find_next_zero_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_zero_bit()
82 unsigned long l, cnt = 0; in test_find_last_bit() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dringbuf.c30 static void atomic_inc(int *cnt) in atomic_inc() argument
32 __atomic_add_fetch(cnt, 1, __ATOMIC_SEQ_CST); in atomic_inc()
35 static int atomic_xchg(int *cnt, int val) in atomic_xchg() argument
37 return __atomic_exchange_n(cnt, val, __ATOMIC_SEQ_CST); in atomic_xchg()
89 int err, cnt; in test_ringbuf() local
129 cnt = atomic_xchg(&sample_cnt, 0); in test_ringbuf()
130 CHECK(cnt != 2, "cnt", "exp %d samples, got %d\n", 2, cnt); in test_ringbuf()
136 cnt = atomic_xchg(&sample_cnt, 0); in test_ringbuf()
137 CHECK(cnt != 0, "cnt", "exp %d samples, got %d\n", 0, cnt); in test_ringbuf()
153 cnt = atomic_xchg(&sample_cnt, 0); in test_ringbuf()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.c298 unsigned int uc,cnt; in gen_bitmask_string() local
309 cnt = scnprintf(ptr,len,"%s%s%s", in gen_bitmask_string()
314 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
323 cnt = scnprintf(ptr,len,"%s0x%lx", in gen_bitmask_string()
326 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
329 cnt = scnprintf(ptr,len,"%s+0x%lx", in gen_bitmask_string()
332 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
335 cnt = scnprintf(ptr,len,"%s+0x%lx", in gen_bitmask_string()
338 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string()
421 unsigned int cnt; in parse_tlist() local
[all …]
/kernel/linux/linux-6.6/drivers/usb/mon/
Dmon_text.c101 int cnt, limit; member
411 ptr.cnt = 0; in mon_text_read_t()
417 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_t()
421 rp->printf_togo = ptr.cnt; in mon_text_read_t()
450 ptr.cnt = 0; in mon_text_read_u()
465 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_u()
469 rp->printf_togo = ptr.cnt; in mon_text_read_u()
523 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_t()
541 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_u()
552 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
[all …]
/kernel/linux/linux-5.10/drivers/usb/mon/
Dmon_text.c101 int cnt, limit; member
411 ptr.cnt = 0; in mon_text_read_t()
417 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_t()
421 rp->printf_togo = ptr.cnt; in mon_text_read_t()
450 ptr.cnt = 0; in mon_text_read_u()
465 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_u()
469 rp->printf_togo = ptr.cnt; in mon_text_read_u()
523 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_t()
541 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_u()
552 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
[all …]
/kernel/linux/linux-5.10/samples/trace_events/
Dtrace-events-sample.c22 static void simple_thread_func(int cnt) in simple_thread_func() argument
25 int len = cnt % 5; in simple_thread_func()
36 trace_foo_bar("hello", cnt, array, random_strings[len], in simple_thread_func()
39 trace_foo_with_template_simple("HELLO", cnt); in simple_thread_func()
41 trace_foo_bar_with_cond("Some times print", cnt); in simple_thread_func()
43 trace_foo_with_template_cond("prints other times", cnt); in simple_thread_func()
45 trace_foo_with_template_print("I have to be different", cnt); in simple_thread_func()
50 int cnt = 0; in simple_thread() local
53 simple_thread_func(cnt++); in simple_thread()
61 static void simple_thread_func_fn(int cnt) in simple_thread_func_fn() argument
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Darch_timer.h170 u64 cnt; in __arch_counter_get_cntpct_stable() local
173 cnt = arch_timer_reg_read_stable(cntpct_el0); in __arch_counter_get_cntpct_stable()
174 arch_counter_enforce_ordering(cnt); in __arch_counter_get_cntpct_stable()
175 return cnt; in __arch_counter_get_cntpct_stable()
180 u64 cnt; in __arch_counter_get_cntpct() local
183 cnt = read_sysreg(cntpct_el0); in __arch_counter_get_cntpct()
184 arch_counter_enforce_ordering(cnt); in __arch_counter_get_cntpct()
185 return cnt; in __arch_counter_get_cntpct()
190 u64 cnt; in __arch_counter_get_cntvct_stable() local
193 cnt = arch_timer_reg_read_stable(cntvct_el0); in __arch_counter_get_cntvct_stable()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmonitor_stats.c68 static int fill_monitor_counter_ppcnt_set1(int cnt, u32 *in) in fill_monitor_counter_ppcnt_set1() argument
74 ppcnt_cnt++, cnt++) { in fill_monitor_counter_ppcnt_set1()
76 monitor_counter[cnt].type, in fill_monitor_counter_ppcnt_set1()
79 monitor_counter[cnt].counter, in fill_monitor_counter_ppcnt_set1()
85 static int fill_monitor_counter_q_counter_set1(int cnt, int q_counter, u32 *in) in fill_monitor_counter_q_counter_set1() argument
88 monitor_counter[cnt].type, in fill_monitor_counter_q_counter_set1()
91 monitor_counter[cnt].counter, in fill_monitor_counter_q_counter_set1()
94 monitor_counter[cnt].counter_group_id, in fill_monitor_counter_q_counter_set1()
109 int cnt = 0; in mlx5e_set_monitor_counter() local
112 max_num_of_counters >= (NUM_REQ_PPCNT_COUNTER_S1 + cnt)) in mlx5e_set_monitor_counter()
[all …]

12345678910>>...128