Home
last modified time | relevance | path

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

12345678910

/linux/block/
H A Dioprio.c69 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
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()
110 uid = make_kuid(current_user_ns(), who); in SYSCALL_DEFINE3()
113 if (!who) in SYSCALL_DEFINE3()
130 if (who) in SYSCALL_DEFINE3()
184 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
196 if (!who) in SYSCALL_DEFINE2()
[all …]
/linux/fs/
H A Dsuper.c42 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who);
1963 static inline int freeze_inc(struct super_block *sb, enum freeze_holder who) in freeze_inc() argument
1965 WARN_ON_ONCE((who & ~FREEZE_FLAGS)); in freeze_inc()
1966 WARN_ON_ONCE(hweight32(who & FREEZE_HOLDERS) > 1); in freeze_inc()
1968 if (who & FREEZE_HOLDER_KERNEL) in freeze_inc()
1970 if (who & FREEZE_HOLDER_USERSPACE) in freeze_inc()
1975 static inline int freeze_dec(struct super_block *sb, enum freeze_holder who) in freeze_dec() argument
1977 WARN_ON_ONCE((who & ~FREEZE_FLAGS)); in freeze_dec()
1978 WARN_ON_ONCE(hweight32(who & FREEZE_HOLDERS) > 1); in freeze_dec()
1980 if ((who & FREEZE_HOLDER_KERNEL) && sb->s_writers.freeze_kcount) in freeze_dec()
[all …]
/linux/arch/s390/kvm/
H A 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/kernel/
H A Dsys.c227 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument
249 if (who) in SYSCALL_DEFINE3()
250 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
257 if (who) in SYSCALL_DEFINE3()
258 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
268 uid = make_kuid(cred->user_ns, who); in SYSCALL_DEFINE3()
270 if (!who) in SYSCALL_DEFINE3()
297 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument
312 if (who) in SYSCALL_DEFINE2()
313 p = find_task_by_vpid(who); in SYSCALL_DEFINE2()
[all …]
/linux/Documentation/process/
H A D1.Intro.rst64 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 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
161 developers who have no real interest in the code you are modifying.
H A Dmanagement-style.rst7 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 Dembargoed-hardware-issues.rst35 is a private list of security officers who will help you coordinate a fix
47 vendor, we welcome contact from researchers or individuals who have
98 The hardware security team identifies the developers (domain experts) who
140 developers (domain experts) who should be informed initially about the
154 entities who have already been, or should be, informed about the issue.
160 - The disclosed entities can be contacted to name experts who should
163 - If an expert who is required to handle an issue is employed by a listed
226 to any individual who is not a member of the response team nor to any other
284 organizations, who can answer questions about or provide guidance on the
342 Disclosed parties who want to participate in the communication send a list
H A D2.Process.rst59 allowed, but such occasions are rare; developers who try to merge new
212 There is exactly one person who can merge patches into the mainline kernel
223 who has overall responsibility for the code within that subsystem. These
225 of the kernel they manage; they are the ones who will (usually) accept a
365 Among the kernel developers who do not use git, the most popular choice is
391 represent a potential hazard to developers, who risk getting buried under a
408 development community comes together as a whole; developers who avoid this
420 without changing the email subject line) and the people who are
434 questions. Some developers can get impatient with people who clearly
447 beginning developers to go wrong. Somebody who asks a networking-related
[all …]
H A Ddevelopment-process.rst9 accessible to those who are not intimately familiar with Linux kernel
/linux/Documentation/filesystems/xfs/
H A Dxfs-maintainer-entry-profile.rst31 - **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
/linux/Documentation/block/
H A Dioprio.rst86 static inline int ioprio_set(int which, int who, int ioprio)
88 return syscall(__NR_ioprio_set, which, who, ioprio);
91 static inline int ioprio_get(int which, int who)
93 return syscall(__NR_ioprio_get, which, who);
/linux/arch/x86/kernel/
H A De820.c203 void __init e820__print_table(char *who) in e820__print_table() argument
209 who, in e820__print_table()
1251 char *who = "BIOS-e820"; in e820__memory_setup_default() local
1265 who = "BIOS-88"; in e820__memory_setup_default()
1268 who = "BIOS-e801"; in e820__memory_setup_default()
1279 return who; in e820__memory_setup_default()
1289 char *who; in e820__memory_setup() local
1294 who = x86_init.resources.memory_setup(); in e820__memory_setup()
1300 e820__print_table(who); in e820__memory_setup()
/linux/include/linux/
H A Dresource.h10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
/linux/fs/nfsd/
H A Dacl.h46 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);
/linux/Documentation/admin-guide/sysctl/
H A Duser.rst25 the user in the user namespace who created the object and
29 who created user namespaces the creation of the object happens
/linux/Documentation/scsi/
H A DFlashPoint.rst93 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
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-dump.rst16 confidentiality until the dump is in the hands of the VM owner who
19 The confidentiality of the VM dump is ensured by the Ultravisor who
/linux/Documentation/driver-api/
H A Dwbrf.rst26 Producer: such component who can produce high-powered radio frequency
27 Consumer: such component who can adjust its in-use frequency in
/linux/arch/alpha/kernel/
H A Dosf_sys.c1076 SYSCALL_DEFINE2(osf_getrusage, int, who, struct rusage32 __user *, ru) in SYSCALL_DEFINE2() argument
1082 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN) in SYSCALL_DEFINE2()
1086 switch (who) { in SYSCALL_DEFINE2()
1275 SYSCALL_DEFINE2(osf_getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument
1277 int prio = sys_getpriority(which, who); in SYSCALL_DEFINE2()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh236 local who=$2
241 echo "Created $name (size $size KB) containing data sent by $who"
/linux/arch/sparc/kernel/
H A Dwindows.c113 void try_to_clear_window_buffer(struct pt_regs *regs, int who) in try_to_clear_window_buffer() argument
/linux/Documentation/mm/
H A Dpage_owner.rst2 page owner: Tracking about who allocated each page
8 page owner is for the tracking about who allocated each page.
16 using it for analyzing who allocate each page is rather complex. We need
141 See the result about who allocated each page
/linux/arch/x86/include/asm/e820/
H A Dapi.h22 extern void e820__print_table(char *who);
/linux/Documentation/admin-guide/namespaces/
H A Dresource-control.rst8 enabled in a kernel for people who don't trust their users or their

12345678910