Home
last modified time | relevance | path

Searched refs:scf_flags (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dsmp.c864 unsigned int scf_flags, in smp_call_function_many_cond() argument
869 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()
895 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
1127 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local
1130 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()
1133 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dsmp.c864 unsigned int scf_flags, in smp_call_function_many_cond() argument
869 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()
895 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
1127 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local
1130 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()
1133 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dsmp.c864 unsigned int scf_flags, in smp_call_function_many_cond() argument
869 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()
895 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
1127 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local
1130 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()
1133 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue30/
H A Dalu.vhdl1201 signal scf_flags: std_logic_vector(7 downto 0); signal
1304 data14 => scf_flags, -- scf
1326 scf_flags <= (carry_bit => '1', others => '0');