Home
last modified time | relevance | path

Searched refs:myself (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dsdt.c83 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()
/openbmc/linux/security/yama/
H A Dyama_lsm.c225 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()
/openbmc/linux/net/rxrpc/
H A Dsendmsg.c47 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()
/openbmc/linux/Documentation/powerpc/
H A Dmpc52xx.rst41 - Of course, I inspired myself from the 2.4 port. If you think I forgot to
/openbmc/linux/Documentation/networking/
H A Dx25.rst7 As my third year dissertation at University I have taken it upon myself to
H A Darcnet-hardware.rst14 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,
/openbmc/linux/fs/afs/
H A Drxrpc.c582 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()
/openbmc/linux/drivers/tty/vt/
H A Dcp437.uni8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
/openbmc/linux/Documentation/scsi/
H A Dscsi-changer.rst70 I test and use the driver myself with a 35 slot cdrom jukebox from
/openbmc/libpldm/docs/checklists/
H A Dchanges.md184 only after satisfying myself that each of the following is true:
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb_intro.rst11 unwary (like myself) should consider is that, although the component
/openbmc/linux/Documentation/process/
H A Dbotching-up-ioctls.rst196 already or not. I haven't tried this myself yet due to lack of a new class
/openbmc/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst257 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
/openbmc/qemu/linux-user/
H A Dsyscall.c8208 char myself[80]; in is_proc_myself() local
8209 snprintf(myself, sizeof(myself), "%d/", getpid()); in is_proc_myself()
8210 if (!strncmp(filename, myself, strlen(myself))) { in is_proc_myself()
8211 filename += strlen(myself); in is_proc_myself()