Searched refs:myself (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sdt.c | 83 char *tempdir = NULL, *myself = get_self_path(); in test__sdt_event() local 85 if (myself == NULL || mkdtemp(__tempdir) == NULL) { in test__sdt_event() 96 if (build_id_cache__add_file(myself) < 0) in test__sdt_event() 100 if (search_cached_probe(myself, "sdt_perf", "test_target") < 0) in test__sdt_event() 113 free(myself); in test__sdt_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sdt.c | 83 char *tempdir = NULL, *myself = get_self_path(); in test__sdt_event() local 85 if (myself == NULL || mkdtemp(__tempdir) == NULL) { in test__sdt_event() 96 if (build_id_cache__add_file(myself) < 0) in test__sdt_event() 100 if (search_cached_probe(myself, "sdt_perf", "test_target") < 0) in test__sdt_event() 113 free(myself); in test__sdt_event()
|
/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 225 struct task_struct *myself = current; in yama_task_prctl() local 236 if (!thread_group_leader(myself)) in yama_task_prctl() 237 myself = rcu_dereference(myself->group_leader); in yama_task_prctl() 238 get_task_struct(myself); in yama_task_prctl() 242 yama_ptracer_del(NULL, myself); in yama_task_prctl() 245 rc = yama_ptracer_add(NULL, myself); in yama_task_prctl() 253 rc = yama_ptracer_add(tracer, myself); in yama_task_prctl() 258 put_task_struct(myself); in yama_task_prctl()
|
/kernel/linux/linux-6.6/security/yama/ |
H A D | yama_lsm.c | 225 struct task_struct *myself = current; in yama_task_prctl() local 236 if (!thread_group_leader(myself)) in yama_task_prctl() 237 myself = rcu_dereference(myself->group_leader); in yama_task_prctl() 238 get_task_struct(myself); in yama_task_prctl() 242 yama_ptracer_del(NULL, myself); in yama_task_prctl() 245 rc = yama_ptracer_add(NULL, myself); in yama_task_prctl() 253 rc = yama_ptracer_add(tracer, myself); in yama_task_prctl() 258 put_task_struct(myself); in yama_task_prctl()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | sendmsg.c | 47 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_to_be_connected() 55 add_wait_queue_exclusive(&call->waitq, &myself); in rxrpc_wait_to_be_connected() 80 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_to_be_connected() 194 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_tx_window() 200 add_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window() 216 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | sendmsg.c | 129 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_tx_window() 135 add_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window() 151 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
|
H A D | conn_client.c | 656 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_channel() 668 add_wait_queue_exclusive(&call->waitq, &myself); in rxrpc_wait_for_channel() 696 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_channel()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | rxrpc.c | 610 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 618 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 643 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | rxrpc.c | 582 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 590 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 615 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
Completed in 8 milliseconds