/openbmc/linux/block/ |
H A D | ioprio.c | 85 if (!who) in SYSCALL_DEFINE3() 88 p = find_task_by_vpid(who); in SYSCALL_DEFINE3() 93 if (!who) in SYSCALL_DEFINE3() 96 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 113 if (!who) in SYSCALL_DEFINE3() 130 if (who) in SYSCALL_DEFINE3() 222 if (!who) in SYSCALL_DEFINE2() 230 if (!who) in SYSCALL_DEFINE2() 233 pgrp = find_vpid(who); in SYSCALL_DEFINE2() 249 if (!who) in SYSCALL_DEFINE2() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-helpers.h | 25 bool migrate_watch_for_events(QTestState *who, const char *name, 29 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, 33 void migrate_incoming_qmp(QTestState *who, const char *uri, 37 void migrate_qmp_fail(QTestState *who, const char *uri, 40 void migrate_set_capability(QTestState *who, const char *capability, 43 QDict *migrate_query(QTestState *who); 44 QDict *migrate_query_not_failed(QTestState *who); 46 void wait_for_migration_status(QTestState *who, 49 void wait_for_migration_complete(QTestState *who);
|
H A D | migration-helpers.c | 93 rsp = migrate_query(who); in migrate_get_socket_address() 106 migrate_get_connect_uri(QTestState *who) in migrate_get_connect_uri() argument 111 addrs = migrate_get_socket_address(who); in migrate_get_connect_uri() 119 migrate_get_connect_qdict(QTestState *who) in migrate_get_connect_qdict() argument 124 addrs = migrate_get_socket_address(who); in migrate_get_connect_qdict() 234 qtest_qmp_assert_success(who, in migrate_qmp() 241 qtest_qmp_assert_success(who, in migrate_set_capability() 282 QDict *migrate_query(QTestState *who) in migrate_query() argument 290 QDict *rsp = migrate_query(who); in migrate_query_not_failed() 306 QDict *rsp_return = migrate_query(who); in migrate_query_status() [all …]
|
H A D | migration-test.c | 229 qtest_qmp_eventwait(who, "STOP"); in wait_for_stop() 236 qtest_qmp_eventwait(who, "RESUME"); in wait_for_resume() 303 pass = get_migration_pass(who); in wait_for_migration_pass() 389 qtest_qmp_assert_success(who, in migrate_set_parameter_int() 419 qtest_qmp_assert_success(who, in migrate_set_parameter_str() 451 qtest_qmp_assert_success(who, in migrate_set_parameter_bool() 570 qtest_qmp_assert_success(who, in migrate_continue() 578 qtest_qmp_assert_success(who, in migrate_recover() 3357 qtest_qmp_assert_success(who, in calc_dirty_rate() 3373 qtest_qmp_assert_success(who, in dirtylimit_set_all() [all …]
|
H A D | tpm-util.c | 182 void tpm_util_migrate(QTestState *who, const char *uri) in tpm_util_migrate() argument 186 rsp = qtest_qmp(who, in tpm_util_migrate() 193 void tpm_util_wait_for_migration_complete(QTestState *who) in tpm_util_wait_for_migration_complete() argument 201 rsp = qtest_qmp(who, "{ 'execute': 'query-migrate' }"); in tpm_util_wait_for_migration_complete()
|
H A D | tpm-util.h | 42 void tpm_util_migrate(QTestState *who, const char *uri); 52 void tpm_util_wait_for_migration_complete(QTestState *who);
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 44 const char *who, in expect_pfn_sg() argument 57 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg() 67 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg() 74 __func__, who, pt->end, pfn); in expect_pfn_sg() 82 const char *who, in expect_pfn_sg_page_iter() argument 94 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg_page_iter() 105 __func__, who, pt->end, pfn); in expect_pfn_sg_page_iter() 113 const char *who, in expect_pfn_sgtiter() argument 135 __func__, who, pt->end, pfn); in expect_pfn_sgtiter() 145 const char *who, in expect_pfn_sgtable() argument [all …]
|
/openbmc/linux/arch/s390/kvm/ |
H A D | trace-s390.h | 126 TP_PROTO(__u64 type, __u32 parm, __u64 parm64, int who), 127 TP_ARGS(type, parm, parm64, who), 133 __field(int, who) 140 __entry->who = who; 144 (__entry->who == 1) ? " (from kernel)" : 145 (__entry->who == 2) ? " (from user)" : "",
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-proc.h | 125 static inline abi_long do_bsd_getrusage(abi_long who, abi_ulong target_addr) in do_bsd_getrusage() argument 130 ret = get_errno(getrusage(who, &rusage)); in do_bsd_getrusage() 391 static inline abi_long do_bsd_getpriority(abi_long which, abi_long who) in do_bsd_getpriority() argument 399 ret = getpriority(which, who); in do_bsd_getpriority() 408 static inline abi_long do_bsd_setpriority(abi_long which, abi_long who, in do_bsd_setpriority() argument 411 return get_errno(setpriority(which, who, prio)); in do_bsd_setpriority()
|
/openbmc/linux/kernel/ |
H A D | sys.c | 240 if (who) in SYSCALL_DEFINE3() 248 if (who) in SYSCALL_DEFINE3() 249 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 261 if (!who) in SYSCALL_DEFINE3() 303 if (who) in SYSCALL_DEFINE2() 314 if (who) in SYSCALL_DEFINE2() 315 pgrp = find_vpid(who); in SYSCALL_DEFINE2() 329 if (!who) in SYSCALL_DEFINE2() 1803 switch (who) { in getrusage() 1862 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN && in SYSCALL_DEFINE2() [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | 1.Intro.rst | 64 those products attractive to Linux users. Embedded systems vendors, who 67 other software vendors who base their products on Linux have a clear 92 experience behind it. A developer who does not understand the kernel 93 community's ways (or, worse, who tries to flout or circumvent them) will 95 being helpful to those who are trying to learn, has little time for those 96 who will not listen or who do not care about the development process. 98 It is hoped that those who read this document will be able to avoid that 101 community is always in need of developers who will help to make the kernel 102 better; the following text should help you - or those who work for you - 149 result of a simple rule requiring any developer who makes an API change [all …]
|
H A D | 5.Posting.rst | 30 patches which are known to be half-baked, but those who do will come in 110 users who are engaging in the noble work of tracking down problems. 144 enough for a reader who sees it with no other context to figure out the 165 These include subsystem maintainers and reviewers who need to decide 169 chasing, users who want to know how the kernel has changed, and more. A 261 - Reported-by: names a user who reported a problem which is fixed by this 263 people who test our code and let us know when things do not work 305 When mailing patches, it is important to send copies to anybody who might 314 - Other developers who have been working in the same area - especially 315 those who might be working there now. Using git to see who else has [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0028-corstone1000-boot-index-from-active.patch | 6 In our platform, the Secure Enclave is the one who control 29 + * in our platform, the Secure Enclave is the one who control
|
/openbmc/qemu/docs/devel/ |
H A D | maintainers.rst | 8 working in their spare time to employees who work on the project as 26 file contains the canonical list of who is a maintainer. The file 75 Maintainers are volunteers who put themselves forward or have been 85 also be done by a retiring maintainer who nominates their replacement
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-maintainer-entry-profile.rst | 31 - **Outside Contributor**: Anyone who sends a patch but is not involved 33 These folks are usually people who work on other filesystems or 36 - **Developer**: Someone who is familiar with the XFS codebase enough to 42 - **Senior Developer**: A developer who is very familiar with at least 51 - **Reviewer**: Someone (most likely also a developer) who reads code 71 - **Bug Triager**: Someone who examines incoming bug reports in just 95 - **LTS Maintainer**: Someone who backports and tests bug fixes from
|
/openbmc/ibm-dbus-interfaces/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | sys_ia64.c | 71 ia64_getpriority (int which, int who) in ia64_getpriority() argument 75 prio = sys_getpriority(which, who); in ia64_getpriority()
|
/openbmc/linux/fs/ |
H A D | super.c | 1964 if (sb->s_writers.freeze_holders & who) { in freeze_super() 1975 sb->s_writers.freeze_holders |= who; in freeze_super() 1997 sb->s_writers.freeze_holders |= who; in freeze_super() 2045 sb->s_writers.freeze_holders |= who; in freeze_super() 2065 if (!(sb->s_writers.freeze_holders & who)) { in thaw_super_locked() 2075 if (sb->s_writers.freeze_holders & ~who) { in thaw_super_locked() 2076 sb->s_writers.freeze_holders &= ~who; in thaw_super_locked() 2086 sb->s_writers.freeze_holders &= ~who; in thaw_super_locked() 2104 sb->s_writers.freeze_holders &= ~who; in thaw_super_locked() 2125 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super() argument [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | ioprio.rst | 90 static inline int ioprio_set(int which, int who, int ioprio) 92 return syscall(__NR_ioprio_set, which, who, ioprio); 95 static inline int ioprio_get(int which, int who) 97 return syscall(__NR_ioprio_get, which, who);
|
/openbmc/linux/include/linux/ |
H A D | resource.h | 10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/openbmc/pyphosphor/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|
/openbmc/sdeventplus/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|
/openbmc/phosphor-mrw-tools/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|
/openbmc/phosphor-state-manager/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|
/openbmc/ibm-logging/ |
H A D | OWNERS | 17 # * owners: A list of individuals who have approval authority on the 20 # * reviewers: A list of individuals who have requested review notification
|