/openbmc/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()
|
/openbmc/linux/security/yama/ |
H 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()
|
/openbmc/linux/net/rxrpc/ |
H A D | sendmsg.c | 47 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/openbmc/poky/meta/files/common-licenses/ |
H A D | Symlinks | 3 freeware, written entirely by myself. The intent is to use
|
/openbmc/linux/Documentation/powerpc/ |
H A D | mpc52xx.rst | 41 - Of course, I inspired myself from the 2.4 port. If you think I forgot to
|
/openbmc/linux/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,
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 588 DECLARE_WAITQUEUE(myself, current); in afs_wait_for_call_to_complete() 596 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 621 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | cp437.uni | 8 # I have limited myself to the Unicodes used by the kernel ISO 8859-1,
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 70 I test and use the driver myself with a 35 slot cdrom jukebox from
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb_intro.rst | 11 unwary (like myself) should consider is that, although the component
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 295 only after satisfying myself that each of the following is true:
|
/openbmc/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
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ramfs-rootfs-initramfs.rst | 257 myself. These are LGPL and GPL, respectively. (A self-contained initramfs
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8281 char myself[80]; in is_proc_myself() local 8282 snprintf(myself, sizeof(myself), "%d/", getpid()); in is_proc_myself() 8283 if (!strncmp(filename, myself, strlen(myself))) { in is_proc_myself() 8284 filename += strlen(myself); in is_proc_myself()
|