Searched refs:myself (Results 1 – 13 of 13) sorted by relevance
/linux/tools/perf/tests/ |
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()
|
/linux/security/yama/ |
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()
|
/linux/Documentation/powerpc/ |
A D | mpc52xx.rst | 41 - Of course, I inspired myself from the 2.4 port. If you think I forgot to
|
/linux/net/rxrpc/ |
A D | sendmsg.c | 132 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_tx_window() 138 add_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window() 154 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
|
A D | conn_client.c | 642 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_channel() 654 add_wait_queue_exclusive(&call->waitq, &myself); in rxrpc_wait_for_channel() 682 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_channel()
|
/linux/fs/afs/ |
A D | rxrpc.c | 578 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 586 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 611 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
/linux/Documentation/networking/ |
A D | x25.rst | 7 As my third year dissertation at University I have taken it upon myself to
|
A 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/drivers/tty/vt/ |
A D | cp437.uni | 8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
|
/linux/Documentation/scsi/ |
A D | scsi-changer.rst | 70 I test and use the driver myself with a 35 slot cdrom jukebox from
|
/linux/Documentation/admin-guide/media/ |
A D | dvb_intro.rst | 11 unwary (like myself) should consider is that, although the component
|
/linux/Documentation/process/ |
A D | botching-up-ioctls.rst | 196 already or not. I haven't tried this myself yet due to lack of a new class
|
/linux/Documentation/filesystems/ |
A D | ramfs-rootfs-initramfs.rst | 258 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
|
Completed in 24 milliseconds