Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 245) sorted by relevance

12345678910

/Linux-v4.19/block/
Dioprio.c93 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
109 if (!who) in SYSCALL_DEFINE3()
112 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
117 if (!who) in SYSCALL_DEFINE3()
120 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
128 uid = make_kuid(current_user_ns(), who); in SYSCALL_DEFINE3()
131 if (!who) in SYSCALL_DEFINE3()
148 if (who) in SYSCALL_DEFINE3()
185 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
197 if (!who) in SYSCALL_DEFINE2()
[all …]
Dsed-opal.c1368 } else if (session->who != OPAL_ADMIN1 && !session->sum) { in start_auth_opal_session()
1370 session->who - 1); in start_auth_opal_session()
1437 uid[7] = session->who; in internal_activate_user()
1586 if (usr->who != OPAL_ADMIN1) { in set_new_pw()
1591 cpin_uid[7] = usr->who; in set_new_pw()
1638 user_uid[7] = lkul->session.who; in add_user_to_lr()
2156 if (lk_unlk->session.who < OPAL_USER1 || in opal_add_user_to_lr()
2157 lk_unlk->session.who > OPAL_USER9) { in opal_add_user_to_lr()
2159 lk_unlk->session.who); in opal_add_user_to_lr()
2242 if (lk_unlk->session.who < OPAL_ADMIN1 || in opal_lock_unlock()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dscatterlist.c43 const char *who, in expect_pfn_sg() argument
56 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg()
62 __func__, who, npages * PAGE_SIZE, sg->length); in expect_pfn_sg()
66 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg()
73 __func__, who, pt->end, pfn); in expect_pfn_sg()
81 const char *who, in expect_pfn_sg_page_iter() argument
93 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg_page_iter()
97 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg_page_iter()
104 __func__, who, pt->end, pfn); in expect_pfn_sg_page_iter()
112 const char *who, in expect_pfn_sgtiter() argument
[all …]
/Linux-v4.19/arch/s390/kvm/
Dtrace-s390.h126 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)" : "",
/Linux-v4.19/kernel/
Dsys.c193 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument
216 if (who) in SYSCALL_DEFINE3()
217 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
224 if (who) in SYSCALL_DEFINE3()
225 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
233 uid = make_kuid(cred->user_ns, who); in SYSCALL_DEFINE3()
235 if (!who) in SYSCALL_DEFINE3()
263 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument
279 if (who) in SYSCALL_DEFINE2()
280 p = find_task_by_vpid(who); in SYSCALL_DEFINE2()
[all …]
/Linux-v4.19/Documentation/process/
D1.Intro.rst62 those products attractive to Linux users. Embedded systems vendors, who
65 other software vendors who base their products on Linux have a clear
90 experience behind it. A developer who does not understand the kernel
91 community's ways (or, worse, who tries to flout or circumvent them) will
93 being helpful to those who are trying to learn, has little time for those
94 who will not listen or who do not care about the development process.
96 It is hoped that those who read this document will be able to avoid that
99 community is always in need of developers who will help to make the kernel
100 better; the following text should help you - or those who work for you -
113 Amanda McPherson, who saw the value of this effort and made it all happen.
[all …]
D5.Posting.rst30 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
183 general, the more you can put yourself into the shoes of everybody who will
232 - Reported-by: names a user who reported a problem which is fixed by this
234 people who test our code and let us know when things do not work
271 When mailing patches, it is important to send copies to anybody who might
280 - Other developers who have been working in the same area - especially
[all …]
D3.Early-stage.rst139 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.
Dmanagement-style.rst7 on who you ask) management style for the linux kernel. It's meant to
17 lead persons, not the people who do traditional management inside
110 This preemptive admission of incompetence might also make the people who
175 trust somebody who is so clearly hiding their true character.
195 Suck up to them, because they are the people who will make your job
224 person who lost their whole 36GB porn-collection because of your
228 Then make the developer who really screwed up (if you can find them) know
231 importantly, they're also likely the person who can fix it. Because, let's
236 glory, because you're the one who gets to say "I screwed up". And if
264 without making it painful to the recipient, who just thinks you're being
Ddevelopment-process.rst24 accessible to those who are not intimately familiar with Linux kernel
/Linux-v4.19/Documentation/vm/
Dpage_owner.rst4 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
89 See the result about who allocated each page
/Linux-v4.19/arch/x86/kernel/
De820.c189 void __init e820__print_table(char *who) in e820__print_table() argument
195 who, in e820__print_table()
1195 char *who = "BIOS-e820"; in e820__memory_setup_default() local
1209 who = "BIOS-88"; in e820__memory_setup_default()
1212 who = "BIOS-e801"; in e820__memory_setup_default()
1223 return who; in e820__memory_setup_default()
1233 char *who; in e820__memory_setup() local
1238 who = x86_init.resources.memory_setup(); in e820__memory_setup()
1244 e820__print_table(who); in e820__memory_setup()
/Linux-v4.19/arch/ia64/kernel/
Dsys_ia64.c71 ia64_getpriority (int which, int who) in ia64_getpriority() argument
75 prio = sys_getpriority(which, who); in ia64_getpriority()
/Linux-v4.19/Documentation/block/
Dioprio.txt89 static inline int ioprio_set(int which, int who, int ioprio)
91 return syscall(__NR_ioprio_set, which, who, ioprio);
94 static inline int ioprio_get(int which, int who)
96 return syscall(__NR_ioprio_get, which, who);
/Linux-v4.19/include/linux/
Dresource.h10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
/Linux-v4.19/fs/
Dfcntl.c117 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()
/Linux-v4.19/fs/nfsd/
Dacl.h52 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);
/Linux-v4.19/Documentation/sysctl/
Duser.txt20 the user in the user namespace who created the object and
24 who created user namespaces the creation of the object happens
/Linux-v4.19/arch/s390/
DKconfig.debug13 who are working in architecture specific areas of the kernel.
/Linux-v4.19/arch/x86/include/asm/e820/
Dapi.h20 extern void e820__print_table(char *who);
/Linux-v4.19/Documentation/scsi/
DFlashPoint.txt80 caused grief for many people who inadvertently purchased a system expecting
87 made available, and that Linux users who mistakenly ordered systems with
91 assist the people who initially purchased a FlashPoint for a supported
92 operating system and then later decided to run Linux, or those who had
112 are people at BusLogic who would rather not release the details of the
/Linux-v4.19/arch/sparc/kernel/
Dwindows.c113 void try_to_clear_window_buffer(struct pt_regs *regs, int who) in try_to_clear_window_buffer() argument
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/
DH1940.txt37 Thanks to the many others who have also provided support.
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dfaraday,ftrtc010.txt15 to choose different clocks here, like Cortina who chose
/Linux-v4.19/include/uapi/linux/
Dsed-opal.h68 __u32 who; member

12345678910