Home
last modified time | relevance | path

Searched refs:pass (Results 26 – 50 of 568) sorted by relevance

12345678910>>...23

/linux/fs/gfs2/
H A Drecovery.c197 unsigned int end, int pass) in foreach_descriptor() argument
239 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor()
410 unsigned int pass; in gfs2_recover_func() local
510 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func()
511 lops_before_scan(jd, &head, pass); in gfs2_recover_func()
513 head.lh_blkno, pass); in gfs2_recover_func()
514 lops_after_scan(jd, error, pass); in gfs2_recover_func()
H A Dlops.c743 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
745 if (pass != 0) in buf_lo_before_scan()
780 int pass) in buf_lo_scan_elements() argument
790 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
833 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
842 if (pass != 1) in buf_lo_after_scan()
911 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
913 if (pass != 0) in revoke_lo_before_scan()
922 int pass) in revoke_lo_scan_elements() argument
933 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements()
[all …]
/linux/sound/soc/
H A Dsoc-topology.c60 unsigned int pass; /* pass number */ member
241 /* pass vendor data to component driver for processing */
264 /* optionally pass new dynamic widget to component driver. This is mainly for
276 /* optionally pass new dynamic widget to component driver. This is mainly for
288 /* pass DAI configurations to component driver for extra initialization */
300 /* pass link configurations to component driver for extra initialization */
355 int pass) in soc_tplg_remove_kcontrol() argument
359 if (pass != SOC_TPLG_PASS_CONTROL) in soc_tplg_remove_kcontrol()
371 struct snd_soc_dobj *dobj, int pass) in soc_tplg_remove_route() argument
384 soc_tplg_remove_widget(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_widget() argument
408 soc_tplg_remove_dai(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_dai() argument
429 soc_tplg_remove_link(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_link() argument
447 remove_backend_link(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) remove_backend_link() argument
2195 int pass; snd_soc_tplg_component_remove() local
[all...]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Done_armed_router.sh137 action pass
141 action pass
145 action pass
180 action pass
184 action pass
188 action pass
H A Drif_mac_profiles.sh114 action pass
120 dst_port 54321 action pass
149 action pass
153 dst_port 12345 action pass
/linux/tools/testing/selftests/mm/
H A Dmemfd_secret.c28 #define pass(fmt, ...) ksft_test_result_pass(fmt, ##__VA_ARGS__) macro
55 pass("file IO is blocked as expected\n"); in test_file_apis()
82 pass("mlock limit is respected\n"); in test_mlock_limit()
114 pass("vmsplice is blocked as expected with %s\n", desc); in test_vmsplice()
192 pass("%s is blocked as expected\n", name); in check_child_status()
/linux/net/netfilter/ipvs/
H A Dip_vs_rr.c58 int pass = 0; in ip_vs_rr_schedule() local
77 pass++; in ip_vs_rr_schedule()
81 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c131 char line[2048], *start, *pass; in kmod_selftests() local
147 pass = strstr(start, ": pass"); in kmod_selftests()
148 if (!pass || pass[6] != '\0') { in kmod_selftests()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rc6.c205 int pass; in live_rc6_ctx_wa() local
207 for (pass = 0; pass < 2; pass++) { in live_rc6_ctx_wa()
H A Dselftest_migrate.c850 int pass; in __perf_clear_blt() local
853 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_clear_blt()
870 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt()
929 int pass; in __perf_copy_blt() local
932 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_copy_blt()
953 t[pass] in __perf_copy_blt()
[all...]
/linux/arch/parisc/net/
H A Dbpf_jit_core.c49 int pass = 0, prev_ninsns = 0, prologue_len, i; in bpf_int_jit_compile() local
94 pass++; in bpf_int_jit_compile()
145 pass++; in bpf_int_jit_compile()
158 bpf_jit_dump(prog->len, prog_size, pass, ctx->insns); in bpf_int_jit_compile()
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c846 bool pass; in test_ctl_write_valid() local
865 pass = test_ctl_write_valid_boolean(ctl); in test_ctl_write_valid()
869 pass = test_ctl_write_valid_integer(ctl); in test_ctl_write_valid()
873 pass = test_ctl_write_valid_integer64(ctl); in test_ctl_write_valid()
877 pass = test_ctl_write_valid_enumerated(ctl); in test_ctl_write_valid()
890 ksft_test_result(pass, "write_valid.%s.%d\n", in test_ctl_write_valid()
1058 bool pass; in test_ctl_write_invalid() local
1077 pass = test_ctl_write_invalid_boolean(ctl); in test_ctl_write_invalid()
1081 pass = test_ctl_write_invalid_integer(ctl); in test_ctl_write_invalid()
1085 pass = test_ctl_write_invalid_integer64(ctl); in test_ctl_write_invalid()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dlib_sh_test.sh40 pass() function
95 local status_names=(pass fail xfail xpass skip)
150 local status_names=(pass fail xfail xpass skip)
H A Drouter.sh198 flower src_ip 240.0.0.1 ip_proto udp action pass
245 flower dst_ip $dip action pass
276 flower src_ip 198.51.100.2 action pass
296 flower src_ip 2001:db8:2::2 action pass
316 flower dst_ip $dip action pass
H A Dvxlan_bridge_1d_ipv6.sh347 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
353 $TC_FLAG action pass
404 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
409 flower src_ip $dst_ip dst_ip $src_ip $TC_FLAG action pass
470 icmpv6 skip_sw action pass 2>/dev/null || \
473 icmpv6 skip_hw action pass
628 flower ip_ttl 99 action pass
640 flower ip_tos 0x14 action pass
656 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_restore.c68 td->pass = tpidr2 == initial_tpidr2; in check_tpidr2()
70 if (td->pass) in check_tpidr2()
H A Dtpidr2_siginfo.c64 td->pass = (in_sigframe == have_sme); in tpidr2_present()
78 td->pass = false; in tpidr2_present()
H A Dfpmr_siginfo.c64 td->pass = (in_sigframe == have_fpmr); in fpmr_present()
70 td->pass = false; in fpmr_present()
H A Dpoe_siginfo.c64 td->pass = (in_sigframe == have_poe); in poe_present()
74 td->pass = false; in poe_present()
/linux/arch/riscv/net/
H A Dbpf_jit_core.c50 int pass = 0, prev_ninsns = 0, i; in bpf_int_jit_compile() local
103 pass++; in bpf_int_jit_compile()
162 pass++; in bpf_int_jit_compile()
174 bpf_jit_dump(prog->len, prog_size, pass, ctx->insns); in bpf_int_jit_compile()
/linux/sound/soc/sh/rcar/
H A Dctu.c74 struct rsnd_kctrl_cfg_m pass; member
123 u32 val = rsnd_kctrl_valm(ctu->pass, i); in rsnd_ctu_value_init()
161 rsnd_kctrl_valm(ctu->pass, i) = 0; in rsnd_ctu_value_reset()
212 &ctu->pass, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
/linux/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() function
65 pass("/proc/self/map_files/%lx-%lx", a, b); in main()
H A Dproc-self-map-files-002.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() function
77 pass("/proc/self/map_files/%lx-%lx", a, b); in main()
/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi40 phandle-map-pass-thru = <0x0 0xf0>;
47 phandle-map-pass-thru = <0x0 0xf0>;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c681 unsigned int pass; in redir_to_connected() local
706 err = xbpf_map_lookup_elem(verd_mapfd, &key, &pass); in redir_to_connected()
709 if (pass != 1) in redir_to_connected()
710 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected()
976 unsigned int pass; in test_reuseport_select_listening() local
1028 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening()
1031 if (pass != 1) in test_reuseport_select_listening()
1032 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening()
1375 unsigned int pass; pairs_redir_to_connected() local
1503 unsigned int pass; vsock_unix_redir_connectible() local
[all...]

12345678910>>...23