/kernel/linux/linux-5.10/scripts/ |
H A D | leaking_addresses.pl | 410 # True if we should skip this path. 411 sub skip subroutine 492 # skip /proc/PID except /proc/1 496 next if (skip($path)); 623 $index += 2; # skip ': ' 635 $index += 2; # skip ': '
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.h | 239 bool (skip)(struct dso *dso, int parm), int parm); 242 bool (skip)(struct dso *dso, int parm), int parm);
|
H A D | trace-event-read.c | 69 static void skip(int size) in skip() function 151 * Just skip it, now that we configure libtraceevent to use the in read_proc_kallsyms() 154 * We need to skip it so that we can continue parsing old perf.data in read_proc_kallsyms() 239 skip(size); in read_header_files()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mmp.c | 323 goto skip; in ext4_multi_mount_protect() 356 skip: in ext4_multi_mount_protect()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mmp.c | 315 goto skip; in ext4_multi_mount_protect() 348 skip: in ext4_multi_mount_protect()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/ |
H A D | dmub_srv.h | 383 void (*skip_dmub_panel_power_sequence)(struct dmub_srv *dmub, bool skip); 795 bool skip);
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | hw_breakpoint_test.c | 76 * Fills up the given @cpu/@tsk with breakpoints, only leaving @skip slots free. 80 static bool fill_bp_slots(struct kunit *test, int *id, int cpu, struct task_struct *tsk, int skip) in fill_bp_slots() argument 82 for (int i = 0; i < get_test_bp_slots() - skip; ++i) in fill_bp_slots()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | head.S | 232 beq a4, a5, 1b # skip, empty entry 233 beq a4, a6, 1b # skip, source and dest. are the same
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | netlink.c | 241 goto skip; in rdma_nl_rcv_skb() 247 skip: in rdma_nl_rcv_skb()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_mq.c | 248 arg->count = arg->skip; in mq_walk() 249 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in mq_walk()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.h | 254 bool (skip)(struct dso *dso, int parm), int parm); 257 bool (skip)(struct dso *dso, int parm), int parm);
|
H A D | trace-event-read.c | 71 static void skip(int size) in skip() function 153 * Just skip it, now that we configure libtraceevent to use the in read_proc_kallsyms() 156 * We need to skip it so that we can continue parsing old perf.data in read_proc_kallsyms() 241 skip(size); in read_header_files()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | leaking_addresses.pl | 411 # True if we should skip this path. 412 sub skip subroutine 493 # skip /proc/PID except /proc/1 497 next if (skip($path)); 624 $index += 2; # skip ': ' 636 $index += 2; # skip ': '
|
/third_party/elfutils/libdwfl/ |
H A D | offline.c | 185 skip:; in process_archive_member() 226 goto skip; in process_archive_member()
|
/third_party/f2fs-tools/fsck/ |
H A D | sload.c | 312 goto skip; in configure_files() 327 skip: in configure_files()
|
/third_party/curl/lib/ |
H A D | parsedate.c | 266 static void skip(const char **date) in skip() function 268 /* skip everything that aren't letters or digits */ in skip() 375 skip(&date); in parsedate()
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 191 goto skip; in uv_tty_init() 209 skip: in uv_tty_init()
|
/third_party/libwebsockets/lib/misc/ |
H A D | dir.c | 138 goto skip; in lws_dir() 178 skip: in lws_dir()
|
/third_party/node/test/parallel/ |
H A D | test-tls-server-verify.js | 26 common.skip('missing crypto'); 29 common.skip('node compiled without OpenSSL CLI.');
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-worker-commonjs.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|
H A D | test-policy-integrity-worker-module.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|
H A D | test-policy-integrity-dep.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|
H A D | test-policy-integrity-parent-commonjs.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|
H A D | test-policy-integrity-parent-module.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|
H A D | test-policy-integrity-parent-no-package-json.js | 6 common.skip('missing crypto'); 10 common.skip('Too slow for Raspberry Pi devices');
|