Searched refs:repeat (Results 51 - 75 of 210) sorted by last modified time

123456789

/linux-master/drivers/auxdisplay/
H A Dpanel.c67 /* a key starts to repeat after this times INPUT_POLL_TIME */
550 /* signals, press, repeat, release */
563 /* signals, press, repeat, release */
1428 * strings <press>, <repeat>, <release> for these respective events.
1432 const char *repeat,
1453 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0');
1431 panel_bind_key(const char *name, const char *press, const char *repeat, const char *release) argument
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1599 repeat:
1662 goto repeat;
/linux-master/arch/x86/mm/
H A Dinit_32.c288 repeat:
383 goto repeat;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1273 .repeat = 1,
H A Dtest_loader.c514 .repeat = 1,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dspin_lock.c121 .repeat = 10000,
/linux-master/tools/lib/bpf/
H A Dbpf.h464 int repeat; member in struct:bpf_prog_test_run_attr
659 int repeat; member in struct:bpf_test_run_opts
H A Dbpf.c990 attr.test.repeat = OPTS_GET(opts, repeat, 0);
/linux-master/tools/include/uapi/linux/
H A Dbpf.h357 * Run the eBPF program associated with the *prog_fd* a *repeat*
379 * *repeat* must be zero.
1609 __u32 repeat; member in struct:bpf_attr::__anon3140
3554 * report a successfully decoded repeat key message. This delays
5208 * and will not repeat unless another bpf_timer_start() is made.
/linux-master/tools/bpf/bpftool/
H A Dprog.c1275 unsigned int repeat = 1; local
1350 } else if (is_prefix(*argv, "repeat")) {
1357 repeat = strtoul(*argv, &endptr, 0);
1359 p_err("can't parse %s as repeat number",
1365 p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'ctx_size_out' or 'repeat', got: '%s'?",
1395 test_attr.repeat = repeat;
1431 repeat > 1 ? " (average)" : "", test_attr.duration);
2468 " [repeat N]\n"
/linux-master/net/sched/
H A Dact_api.c1099 repeat:
1103 goto repeat;
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c238 repeat:
244 goto repeat;
H A Dnf_conntrack_core.c1995 repeat:
2024 goto repeat;
/linux-master/net/bpf/
H A Dtest_run.c62 u32 repeat, int *err, u32 *duration)
66 if (t->i >= repeat) {
284 u32 repeat)
295 batch_sz = min_t(u32, repeat, xdp->batch_size);
367 u32 repeat, u32 batch_size, u32 *time)
374 if (!repeat)
375 repeat = 1;
384 ret = xdp_test_run_batch(&xdp, prog, repeat - t.i);
387 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time));
394 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, argument
283 xdp_test_run_batch(struct xdp_test_data *xdp, struct bpf_prog *prog, u32 repeat) argument
366 bpf_test_run_xdp_live(struct bpf_prog *prog, struct xdp_buff *ctx, u32 repeat, u32 batch_size, u32 *time) argument
963 u32 repeat = kattr->test.repeat; local
1159 u32 repeat = kattr->test.repeat; local
1319 u32 repeat = kattr->test.repeat; local
1387 u32 repeat = kattr->test.repeat; local
1590 u32 repeat = kattr->test.repeat; local
[all...]
/linux-master/kernel/
H A Dexit.c247 repeat:
289 goto repeat;
/linux-master/include/uapi/linux/
H A Dbpf.h357 * Run the eBPF program associated with the *prog_fd* a *repeat*
379 * *repeat* must be zero.
1609 __u32 repeat; member in struct:bpf_attr::__anon2599
3554 * report a successfully decoded repeat key message. This delays
5208 * and will not repeat unless another bpf_timer_start() is made.
/linux-master/fs/
H A Dlocks.c47 * lock (1). We then repeat the process recursively with those
2761 loff_t id, char *pfx, int repeat)
2781 if (repeat)
2782 seq_printf(f, "%*s", repeat - 1 + (int)strlen(pfx), pfx);
2760 lock_get_status(struct seq_file *f, struct file_lock_core *flc, loff_t id, char *pfx, int repeat) argument
H A Ddcache.c902 repeat:
913 goto repeat;
1246 repeat:
1275 goto repeat;
2533 * it's not in-lookup anymore; in principle we should repeat
2536 * otherwise we really have to repeat the whole thing.
H A Dbuffer.c541 repeat:
552 goto repeat;
/linux-master/fs/erofs/
H A Dzdata.c968 repeat:
1045 goto repeat;
1428 repeat:
1495 goto repeat;
H A Dutils.c58 repeat:
65 goto repeat;
81 repeat:
92 goto repeat;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c4680 le32_encode_bits(option->repeat, RTW89_H2C_SCANOFLD_BE_W0_REPEAT) |
H A Dcore.h3379 u8 repeat; member in struct:rtw89_scan_option
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3313 mef_entry->filter[filt_num].repeat = 1;
3328 mef_entry->filter[filt_num].repeat = 1;
3377 mef_entry->filter[filt_num].repeat = 1;
3396 mef_entry->filter[filt_num].repeat = 16;
3407 mef_entry->filter[filt_num].repeat = 16;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h994 * @repeat: minimum number of scan intervals before scan frequency changes
1007 u8 repeat; member in struct:brcmf_pno_param_le
1165 * @repeat: number of scan at interval for exponential scan.
1173 __le16 repeat; member in struct:brcmf_gscan_bucket_config

Completed in 469 milliseconds

123456789