/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_skb_pkt_end.c | 13 .repeat = 1, in sanity_run()
|
H A D | xdp_perf.c | 15 .repeat = 1000000, in test_xdp_perf()
|
H A D | cb_refs.c | 33 .repeat = 1, in test_cb_refs()
|
H A D | flow_dissector_load_bytes.c | 34 .repeat = 1, in serial_test_flow_dissector_load_bytes()
|
H A D | signal_pending.c | 22 .repeat = 0xffffffff, in test_signal_pending_by_type()
|
H A D | check_mtu.c | 87 .repeat = 1, in test_check_mtu_run_xdp() 144 .repeat = 1, in test_check_mtu_run_tc()
|
H A D | xdp_do_redirect.c | 76 .repeat = 1, in test_max_pkt_size() 103 .repeat = NUM_PKTS, in test_xdp_do_redirect()
|
H A D | global_func_args.c | 48 .repeat = 1, in test_global_func_args()
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 311 parser.add_argument("--repeat", 314 dest=ConfigConst.repeat, 638 repeat = options.repeat 639 # 命令行repeat设值大于1时,才更新 640 if repeat > 1: 641 args.update({ConfigConst.repeat: repeat}) 858 # clear redundant content in history command. e.g. repeat,sn 859 if "--repeat" i [all...] |
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 571 repeat: 635 goto repeat; 652 goto repeat; 741 goto repeat; 774 repeat: 818 goto repeat; 836 goto repeat; 897 goto repeat;
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | runtime.c | 567 repeat: 631 goto repeat; 648 goto repeat; 737 goto repeat; 770 repeat: 819 goto repeat; 837 goto repeat; 900 goto repeat;
|
/kernel/linux/linux-6.6/drivers/leds/rgb/ |
H A D | leds-qcom-lpg.c | 763 u32 len, int repeat) in lpg_pattern_set() 781 if (repeat != -1 && repeat != 1) in lpg_pattern_set() 892 chan->ramp_oneshot = repeat != -1; in lpg_pattern_set() 911 int repeat) in lpg_pattern_single_set() 916 ret = lpg_pattern_set(led, pattern, len, repeat); in lpg_pattern_single_set() 927 int repeat) in lpg_pattern_mc_set() 933 ret = lpg_pattern_set(led, pattern, len, repeat); in lpg_pattern_mc_set() 762 lpg_pattern_set(struct lpg_led *led, struct led_pattern *led_pattern, u32 len, int repeat) lpg_pattern_set() argument 909 lpg_pattern_single_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) lpg_pattern_single_set() argument 925 lpg_pattern_mc_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) lpg_pattern_mc_set() argument
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | gettimeofday.c | 25 repeat: in __vdso_read_begin() 29 goto repeat; in __vdso_read_begin()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | huf.h | 140 * Same as HUF_compress4X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none. 141 * If it uses hufTable it does not modify hufTable or repeat. 142 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used. 145 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat, 193 * Same as HUF_compress1X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none. 194 * If it uses hufTable it does not modify hufTable or repeat. 195 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used. 198 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat,
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_slots.c | 333 repeat: in get_swap_page() 339 goto repeat; in get_swap_page()
|
/kernel/linux/linux-6.6/fs/ramfs/ |
H A D | file-nommu.c | 226 repeat: in ramfs_nommu_get_unmapped_area() 251 goto repeat; /* loop if pages are missing */ in ramfs_nommu_get_unmapped_area()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swap_slots.c | 329 repeat: in folio_alloc_swap() 335 goto repeat; in folio_alloc_swap()
|
H A D | filemap.c | 1245 repeat: in folio_wait_bit_common() 1320 goto repeat; in folio_wait_bit_common() 1822 repeat: in filemap_get_entry() 1826 goto repeat; in filemap_get_entry() 1835 goto repeat; in filemap_get_entry() 1839 goto repeat; in filemap_get_entry() 1868 repeat: in __filemap_get_folio() 1889 goto repeat; in __filemap_get_folio() 1952 goto repeat; in __filemap_get_folio() 3712 repeat in do_read_cache_folio() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | ltp_posix_driver.py | 115 repeat=request.config.repeat,
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_venc_ref.h | 141 * 3.4 repeat 142 * The repeat time of the short-term reference frame configure. 143 * The overall frame count with the same config is repeat + 1. 196 signed int repeat; /* repeat times */ member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | prog_run_xattr.c | 12 .repeat = 1, in test_prog_run_xattr()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 298 sch_ep->repeat = 0; in setup_sch_info() 348 sch_ep->repeat = !!(sch_ep->num_budget_microframes > 1); in setup_sch_info() 715 | EP_BREPEAT(sch_ep->repeat)); in xhci_mtk_check_bandwidth() 719 sch_ep->offset, sch_ep->repeat); in xhci_mtk_check_bandwidth()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 155 * The following sub-blocks will always have repeat mode. 203 const U32 repeat = set_repeat; in ZSTD_compressSubBlock_sequences() local 204 *seqHead = (BYTE)((repeat<<6) + (repeat<<4) + (repeat<<2)); in ZSTD_compressSubBlock_sequences() 241 * with repeat mode where sequences section body size can be 1 byte. in ZSTD_compressSubBlock_sequences() 421 * The following blocks will use repeat mode to compress.
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.c | 675 int bpf_prog_test_run(int prog_fd, int repeat, void *data, __u32 size, in bpf_prog_test_run() argument 687 attr.test.repeat = repeat; in bpf_prog_test_run() 717 attr.test.repeat = test_attr->repeat; in bpf_prog_test_run_xattr() 739 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
|
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 328 /* do the same for repeat timings if applicable */ in img_ir_decoder_preprocess() 329 if (decoder->repeat) { in img_ir_decoder_preprocess() 341 * Fills out the repeat timings and timing register values for a specific clock 355 /* do the same for repeat timings if applicable */ in img_ir_decoder_convert() 356 if (decoder->repeat) in img_ir_decoder_convert() 791 /* switch to repeat timings */ in img_ir_begin_repeat() 841 dev_dbg(priv->dev, "decoded repeat code\n"); in img_ir_handle_data() 844 dev_dbg(priv->dev, "decoded unexpected repeat code, ignoring\n"); in img_ir_handle_data() 853 if (dec->repeat && !hw->stopping) { in img_ir_handle_data() 859 interval = dec->repeat in img_ir_handle_data() [all...] |