Home
last modified time | relevance | path

Searched refs:do_nothing (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Dperms.c34 static void do_nothing(void) in do_nothing() function
50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location()
51 do_nothing(); in execute_location()
54 memcpy(dst, do_nothing, EXEC_SIZE); in execute_location()
70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location()
71 do_nothing(); in execute_user_location()
73 copied = access_process_vm(current, (unsigned long)dst, do_nothing, in execute_user_location()
116 size = (unsigned long)do_overwritten - (unsigned long)do_nothing; in lkdtm_WRITE_KERN()
120 memcpy((void *)ptr, (unsigned char *)do_nothing, size); in lkdtm_WRITE_KERN()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dconstants.hpp222 static void do_nothing() in do_nothing() function
224 init.do_nothing(); in do_nothing()
233 void do_nothing()const{} in do_nothing() function
254 constant_initializer<T, &get_constant_ln2<T> >::do_nothing(); in get_constant_ln2()
275 constant_initializer<T, &get_constant_e<T> >::do_nothing(); in get_constant_e()
293 constant_initializer<T, &get_constant_pi<T> >::do_nothing(); in get_constant_pi()
310 constant_initializer<T, &get_constant_one_over_epsilon<T> >::do_nothing(); in get_constant_one_over_epsilon()
H A Dpow.hpp439 constant_initializer<T, &get_constant_log10<T> >::do_nothing(); in get_constant_log10()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/sysvinit/
H A D0001-Support-rebooting-with-arg.patch47 - if (!do_hard && !do_nothing) {
48 + if (!do_hard && !do_nothing && !extra_arg) {
53 if (do_nothing) exit(0);
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drk_ircut.c180 bool do_nothing = false; in ircut_operation() local
191 do_nothing = true; in ircut_operation()
203 do_nothing = true; in ircut_operation()
212 if (do_nothing) in ircut_operation()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh87 do_nothing () { function
301 do_nothing
365 do_nothing
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_64.c1005 static void do_nothing(void *unused) in do_nothing() function
1017 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable()
1028 on_each_cpu(do_nothing, NULL, 1); in entry_flush_enable()
1041 on_each_cpu(do_nothing, NULL, 1); in uaccess_flush_enable()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dnormalize.hpp38 struct do_nothing struct
224 struct normalize : detail::normalization::do_nothing
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpgtable.c82 static void do_nothing(void *unused) in do_nothing() function
99 smp_call_function_many(mm_cpumask(mm), do_nothing, NULL, 1); in serialize_against_pte_lookup()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp115 void do_nothing()const{} in do_nothing() function
128 init.do_nothing(); in number_type()
133 init.do_nothing(); in number_type()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dtests.py338 def do_nothing(signum, frame): function
341 old_signal = signal.signal(signal.SIGTERM, do_nothing)
/OK3568_Linux_fs/kernel/kernel/
H A Dsmp.c923 static void do_nothing(void *unused) in do_nothing() function
942 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c136 static void *do_nothing(void *arg) in do_nothing() function
154 if (CHECK(pthread_create(&thread_id, NULL, &do_nothing, NULL), in test_task_file()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c2038 static void do_nothing(struct vc_data *vc) in do_nothing() function
2059 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c1192 static void do_nothing(void *x) in do_nothing() function
1216 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes()
2601 smp_call_function_single(i, do_nothing, NULL, 1); in radix_flush_cpu()