Searched refs:myself (Results 1 – 12 of 12) sorted by relevance
| /linux/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()
|
| /linux/fs/netfs/ |
| H A D | misc.c | 356 DEFINE_WAIT(myself); in netfs_wait_for_in_progress_stream() 364 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress_stream() 375 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_in_progress_stream() 436 DEFINE_WAIT(myself); in netfs_wait_for_in_progress() 440 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress() 465 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_in_progress() 505 DEFINE_WAIT(myself); in netfs_wait_for_pause() 509 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause() 535 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_pause()
|
| /linux/fs/afs/ |
| H A D | fs_operation.c | 85 struct afs_io_locker myself = { .task = current, }; in afs_lock_for_io() local 94 list_add_tail(&myself.link, &vnode->io_lock_waiters); in afs_lock_for_io() 99 if (smp_load_acquire(&myself.have_lock)) /* The lock barrier */ in afs_lock_for_io() 112 struct afs_io_locker myself = { .task = current, }; in afs_lock_for_io_interruptible() local 122 list_add_tail(&myself.link, &vnode->io_lock_waiters); in afs_lock_for_io_interruptible() 127 if (smp_load_acquire(&myself.have_lock) || /* The lock barrier */ in afs_lock_for_io_interruptible() 139 if (myself.have_lock) { in afs_lock_for_io_interruptible() 143 list_del(&myself.link); in afs_lock_for_io_interruptible()
|
| /linux/security/yama/ |
| H A D | yama_lsm.c | 225 struct task_struct *myself; in yama_task_prctl() local 235 myself = current->group_leader; in yama_task_prctl() 238 yama_ptracer_del(NULL, myself); in yama_task_prctl() 241 rc = yama_ptracer_add(NULL, myself); in yama_task_prctl() 249 rc = yama_ptracer_add(tracer, myself); in yama_task_prctl()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 48 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_to_be_connected() 56 add_wait_queue_exclusive(&call->waitq, &myself); in rxrpc_wait_to_be_connected() 81 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_to_be_connected() 197 DECLARE_WAITQUEUE(myself, current); in rxrpc_wait_for_tx_window() 203 add_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window() 219 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | mpc52xx.rst | 41 - Of course, I inspired myself from the 2.4 port. If you think I forgot to
|
| /linux/Documentation/networking/ |
| H A D | x25.rst | 7 As my third year dissertation at University I have taken it upon myself to
|
| /linux/drivers/tty/vt/ |
| H A D | cp437.uni | 8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
|
| /linux/Documentation/scsi/ |
| H 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/ |
| H A D | dvb_intro.rst | 11 unwary (like myself) should consider is that, although the component
|
| /linux/Documentation/process/ |
| H 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/ |
| H A D | ramfs-rootfs-initramfs.rst | 257 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
|