Searched refs:do_nothing (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/misc/ |
D | lkdtm.c | 318 static void do_nothing(void) in do_nothing() function 342 pr_info("attempting ok execution at %p\n", do_nothing); in execute_location() 343 do_nothing(); in execute_location() 345 memcpy(dst, do_nothing, EXEC_SIZE); in execute_location() 356 pr_info("attempting ok execution at %p\n", do_nothing); in execute_user_location() 357 do_nothing(); in execute_user_location() 359 if (copy_to_user((void __user *)dst, do_nothing, EXEC_SIZE)) in execute_user_location() 514 (unsigned long)do_nothing; in lkdtm_do_action() 518 memcpy(ptr, (unsigned char *)do_nothing, size); in lkdtm_do_action()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | capi.c | 2177 static void do_nothing(struct gigaset_capi_ctr *iif, in do_nothing() function 2215 { CAPI_CONNECT_ACTIVE_RESP, do_nothing }, 2216 { CAPI_CONNECT_B3_ACTIVE_RESP, do_nothing }, 2219 { CAPI_CONNECT_B3_T90_ACTIVE_RESP, do_nothing }, 2223 { CAPI_DISCONNECT_B3_RESP, do_nothing }, 2225 { CAPI_DISCONNECT_RESP, do_nothing }, 2227 { CAPI_FACILITY_RESP, do_nothing }, 2231 { CAPI_RESET_B3_RESP, do_nothing }, 2238 { CAPI_INFO_RESP, do_nothing }, 2243 { CAPI_MANUFACTURER_REQ, do_nothing }, [all …]
|
/linux-4.1.27/kernel/ |
D | smp.c | 699 static void do_nothing(void *unused) in do_nothing() function 718 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | main.c | 1989 static void do_nothing(struct vc_data *vc) in do_nothing() function 2007 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
|