Searched refs:myself (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/tools/perf/tests/ |
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()
|
/linux-5.19.10/security/yama/ |
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()
|
/linux-5.19.10/Documentation/powerpc/ |
D | mpc52xx.rst | 41 - Of course, I inspired myself from the 2.4 port. If you think I forgot to
|
/linux-5.19.10/net/rxrpc/ |
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()
|
D | conn_client.c | 645 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_channel() 657 add_wait_queue_exclusive(&call->waitq, &myself); in rxrpc_wait_for_channel() 685 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_channel()
|
/linux-5.19.10/Documentation/networking/ |
D | x25.rst | 7 As my third year dissertation at University I have taken it upon myself to
|
D | arcnet-hardware.rst | 14 Because so many people (myself included) seem to have obtained ARCnet cards 32 work with 100 Mbps cards, but I haven't been able to verify this myself,
|
/linux-5.19.10/fs/afs/ |
D | rxrpc.c | 575 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 583 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 608 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
/linux-5.19.10/drivers/tty/vt/ |
D | cp437.uni | 8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
|
/linux-5.19.10/Documentation/scsi/ |
D | scsi-changer.rst | 70 I test and use the driver myself with a 35 slot cdrom jukebox from
|
/linux-5.19.10/Documentation/admin-guide/media/ |
D | dvb_intro.rst | 11 unwary (like myself) should consider is that, although the component
|
/linux-5.19.10/Documentation/process/ |
D | botching-up-ioctls.rst | 196 already or not. I haven't tried this myself yet due to lack of a new class
|
/linux-5.19.10/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.rst | 258 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
|