Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 8 of 8) sorted by relevance

/DragonOS/.github/
H A Dissue-checker.yml6 - name: skip all
12 - name: skip ambiguous
22 skip-if:
23 - skip all
30 skip-if:
31 - skip all
38 skip-if:
39 - skip all
46 skip-if:
47 - skip all
[all …]
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dhead.S580 .skip 0x1000
582 .skip 0x1000
586 .skip 0x1000
590 .skip 0x32000
655 .skip 0x1000
657 .skip 0x1000
659 .skip 0x1000
661 .skip 0x1000
H A Dapu_boot.S118 .skip APU_BOOT_TMP_STACK_SIZE
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Drun.rs47 .args(args.iter().skip(1)) in run()
/DragonOS/kernel/src/arch/riscv64/asm/
H A Dhead.S354 .skip 4096
358 .skip 8192
/DragonOS/kernel/crates/bitmap/src/
H A Dbitmap_core.rs139 for (i, element) in data.iter().enumerate().skip(element_index + 1) { in next_index()
162 for (i, element) in data.iter().enumerate().skip(element_index + 1) { in next_false_index()
/DragonOS/kernel/crates/rbpf/src/
H A Dasm_parser.rs97 let operands = sep_by(operand(), char(',').skip(spaces())); in instruction()
98 (ident().skip(spaces()), operands, spaces()).map(|t| Instruction { in instruction()
108 let mut with = spaces().with(many(instruction()).skip(eof())); in parse()
/DragonOS/kernel/src/sched/
H A Dfair.rs339 skip: Weak<FairSchedEntity>, field
389 skip: Weak::new(), in new()