| /linux-6.15/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-6.15/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()
|
| H A D | rxrpc.c | 611 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 613 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 638 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
| /linux-6.15/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-6.15/fs/netfs/ |
| H A D | read_collect.c | 624 DEFINE_WAIT(myself); in netfs_wait_for_read() 629 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_read() 648 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_read() 677 DEFINE_WAIT(myself); in netfs_wait_for_pause() 683 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause() 705 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_pause()
|
| H A D | read_retry.c | 262 DEFINE_WAIT(myself); in netfs_retry_reads() 277 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_retry_reads() 287 finish_wait(&rreq->waitq, &myself); in netfs_retry_reads()
|
| /linux-6.15/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-6.15/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-6.15/Documentation/networking/ |
| H A D | x25.rst | 7 As my third year dissertation at University I have taken it upon myself to
|
| H 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-6.15/drivers/tty/vt/ |
| H A D | cp437.uni | 8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
|
| /linux-6.15/Documentation/scsi/ |
| H A D | scsi-changer.rst | 70 I test and use the driver myself with a 35 slot cdrom jukebox from
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | dvb_intro.rst | 11 unwary (like myself) should consider is that, although the component
|
| /linux-6.15/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-6.15/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 257 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
|