| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioprio.c | 101 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument 117 if (!who) in SYSCALL_DEFINE3() 120 p = find_task_by_vpid(who); in SYSCALL_DEFINE3() 125 if (!who) in SYSCALL_DEFINE3() 128 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 136 uid = make_kuid(current_user_ns(), who); in SYSCALL_DEFINE3() 139 if (!who) in SYSCALL_DEFINE3() 156 if (who) in SYSCALL_DEFINE3() 193 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument 205 if (!who) in SYSCALL_DEFINE2() [all …]
|
| H A D | sed-opal.c | 1508 else if (session->who != OPAL_ADMIN1 && !session->sum) in start_auth_opal_session() 1510 session->who - 1); in start_auth_opal_session() 1562 uid[7] = session->who; in internal_activate_user() 1689 if (usr->who != OPAL_ADMIN1) { in set_new_pw() 1694 cpin_uid[7] = usr->who; in set_new_pw() 1738 user_uid[7] = lkul->session.who; in add_user_to_lr() 2333 if (lk_unlk->session.who < OPAL_USER1 || in opal_add_user_to_lr() 2334 lk_unlk->session.who > OPAL_USER9) { in opal_add_user_to_lr() 2336 lk_unlk->session.who); in opal_add_user_to_lr() 2427 if (lk_unlk->session.who > OPAL_USER9) in opal_lock_unlock() [all …]
|
| /OK3568_Linux_fs/kernel/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() 63 __func__, who, npages * PAGE_SIZE, sg->length); 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() 98 if (igt_timeout(timeout, "%s timed out\n", who)) 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 [all …]
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | io.c | 681 WriteToClient(ClientPtr who, int count, const void *__buf) in WriteToClient() argument 694 if (!count || !who || who == serverClient || who->clientGone) in WriteToClient() 696 oc = who->osPrivate; in WriteToClient() 705 if (!who->replyBytesRemaining) { in WriteToClient() 709 if (rep->sequenceNumber == who->sequence) { in WriteToClient() 732 ErrorF("REPLY: ClientIDX: %i %s\n", who->index, info); in WriteToClient() 744 AbortClient(who); in WriteToClient() 745 MarkClientException(who); in WriteToClient() 756 replyinfo.client = who; in WriteToClient() 760 if (who->replyBytesRemaining) { /* still sending data of an earlier reply */ in WriteToClient() [all …]
|
| /OK3568_Linux_fs/kernel/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)" : "",
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 207 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument 230 if (who) in SYSCALL_DEFINE3() 231 p = find_task_by_vpid(who); in SYSCALL_DEFINE3() 238 if (who) in SYSCALL_DEFINE3() 239 pgrp = find_vpid(who); in SYSCALL_DEFINE3() 247 uid = make_kuid(cred->user_ns, who); in SYSCALL_DEFINE3() 249 if (!who) in SYSCALL_DEFINE3() 277 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument 293 if (who) in SYSCALL_DEFINE2() 294 p = find_task_by_vpid(who); in SYSCALL_DEFINE2() [all …]
|
| /OK3568_Linux_fs/kernel/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 - 115 Amanda McPherson, who saw the value of this effort and made it all happen. [all …]
|
| H A D | 5.Posting.rst | 31 patches which are known to be half-baked, but those who do will come in 111 users who are engaging in the noble work of tracking down problems. 145 enough for a reader who sees it with no other context to figure out the 166 These include subsystem maintainers and reviewers who need to decide 170 chasing, users who want to know how the kernel has changed, and more. A 184 general, the more you can put yourself into the shoes of everybody who will 237 - Reported-by: names a user who reported a problem which is fixed by this 239 people who test our code and let us know when things do not work 276 When mailing patches, it is important to send copies to anybody who might 285 - Other developers who have been working in the same area - especially [all …]
|
| H A D | 3.Early-stage.rst | 139 MAINTAINERS file may, in fact, not be the person who is actually acting in 140 that role currently. So, when there is doubt about who to contact, a 141 useful trick is to use git (and "git log" in particular) to see who is 142 currently active within the subsystem of interest. Look at who is writing 143 patches, and who, if anybody, is attaching Signed-off-by lines to those 144 patches. Those are the people who will be best placed to help with a new 156 command line, it will list the maintainers who should probably receive 160 who have no real interest in the code you are modifying.
|
| H A D | management-style.rst | 7 on who you ask) management style for the linux kernel. It's meant to 18 lead persons, not the people who do traditional management inside 111 This preemptive admission of incompetence might also make the people who 176 trust somebody who is so clearly hiding their true character. 196 Suck up to them, because they are the people who will make your job 225 person who lost their whole 36GB porn-collection because of your 229 Then make the developer who really screwed up (if you can find them) know 232 importantly, they're also likely the person who can fix it. Because, let's 237 glory, because you're the one who gets to say "I screwed up". And if 265 without making it painful to the recipient, who just thinks you're being
|
| H A D | embargoed-hardware-issues.rst | 35 is a private list of security officers who will help you to coordinate an 47 vendor, we welcome contact from researchers or individuals who have 98 The hardware security team identifies the developers (domain experts) who 138 developers (domain experts) who should be informed initially about the 152 entities who have already been, or should be, informed about the issue. 158 - The disclosed entities can be contacted to name experts who should 241 organizations, who can answer questions about or provide guidance on the 295 Subscription is handled by the response teams. Disclosed parties who want
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 1146 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1348 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1483 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1531 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 2266 Author: Peter Hutterer <peter.hutterer@who-t.net> 2279 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3304 Author: Peter Hutterer <peter.hutterer@who-t.net> 3342 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 3363 Author: Peter Hutterer <peter.hutterer@who-t.net> 3370 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | page_owner.rst | 4 page owner: Tracking about who allocated each page 10 page owner is for the tracking about who allocated each page. 18 using it for analyzing who allocate each page is rather complex. We need 88 See the result about who allocated each page
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | e820.c | 203 void __init e820__print_table(char *who) in e820__print_table() argument 209 who, in e820__print_table() 1262 char *who = "BIOS-e820"; in e820__memory_setup_default() local 1276 who = "BIOS-88"; in e820__memory_setup_default() 1279 who = "BIOS-e801"; in e820__memory_setup_default() 1290 return who; in e820__memory_setup_default() 1300 char *who; in e820__memory_setup() local 1305 who = x86_init.resources.memory_setup(); in e820__memory_setup() 1311 e820__print_table(who); in e820__memory_setup()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 117 int who = arg, ret = 0; in f_setown() local 120 if (who < 0) { in f_setown() 122 if (who == INT_MIN) in f_setown() 126 who = -who; in f_setown() 130 if (who) { in f_setown() 131 pid = find_vpid(who); in f_setown()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | TAPR-OHL-1.0 | 20 your freedom to share and to create. It forbids anyone who receives 32 those who benefit from an OHL design may not bring lawsuits claiming that 52 available without charge for at least three years to anyone who requests 61 developers who have provided their email address. This is a good 135 Agreement unless they are specifically excluded. Each person who 144 from suit granted in Section 2), but the rights of others who have 192 Section 4 to each Licensor who has provided an email address with the 229 person who requests it; or (ii) a URL where that Documentation may be
|
| H A D | CDLA-Permissive-2.0 | 31 5.2. "Data Provider" means any person who is the source of Data provided under this agreement and i… 33 5.3. "Data Recipient" means any person who receives Data directly or indirectly from a Data Provide…
|
| H A D | GD | 3 …e authors who have required such a statement. If you are aware of any oversights in this copyrigh…
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | resource.h | 10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | FlashPoint.rst | 93 caused grief for many people who inadvertently purchased a system expecting 100 made available, and that Linux users who mistakenly ordered systems with 104 assist the people who initially purchased a FlashPoint for a supported 105 operating system and then later decided to run Linux, or those who had 125 are people at BusLogic who would rather not release the details of the
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | user.rst | 25 the user in the user namespace who created the object and 29 who created user namespaces the creation of the object happens
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | acl.h | 44 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | MEMORIAM | 1 Some project contributors who are sadly no longer with us:
|