Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_nfct.c173 goto alter; in ip_vs_nfct_expect_callback()
189 goto alter; in ip_vs_nfct_expect_callback()
197 alter: in ip_vs_nfct_expect_callback()
/kernel/linux/linux-5.10/Documentation/security/
Dcredentials.rst273 To alter anything in the cred struct, the copy-and-replace principle must be
274 adhered to. First take a copy, then alter the copy and then use RCU to change
278 A task may only alter its _own_ credentials; it is no longer permitted for a
279 task to alter another's credentials. This means the ``capset()`` system call
301 the const qualification to be able to alter the reference count.
307 A task being able to alter only its own credentials permits the current process
430 As previously mentioned, a task may only alter its own credentials, and may not
431 alter those of another task. This means that it doesn't need to use any
432 locking to alter its own credentials.
434 To alter the current process's credentials, a function should first prepare a
[all …]
/kernel/linux/linux-5.10/kernel/debug/kdb/
Dkdb_cmds1 # Initial commands for kdb, alter to suit your needs.
/kernel/linux/linux-5.10/ipc/
Dsem.c139 bool alter; /* does *sops alter the array? */ member
1992 bool undos = false, alter = false, dupsop = false; in do_semtimedop() local
2041 alter = true; in do_semtimedop()
2072 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop()
2077 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in do_semtimedop()
2109 queue.alter = alter; in do_semtimedop()
2120 if (alter) in do_semtimedop()
2143 if (alter) { in do_semtimedop()
2159 if (alter) in do_semtimedop()
/kernel/linux/linux-5.10/LICENSES/deprecated/
DZlib19 commercial applications, and to alter it and redistribute it freely, subject
/kernel/linux/linux-5.10/drivers/tty/serial/
DKconfig43 you can alter that using a kernel command line option such as
71 you can alter that using a kernel command line option such as
234 you can alter that using a kernel command line option such as
274 you can alter that using a kernel command line option such as
296 you can alter that using a kernel command line option such as
428 you can alter that using a kernel command line option such as
461 you can alter that using a kernel command line option such as
490 you can alter that using a kernel command line option such as
515 you can alter that using a kernel command line option such as
837 you can alter that using a kernel command line option such as
[all …]
/kernel/linux/linux-5.10/Documentation/arm/
Darm.rst16 To build ARM Linux natively, you shouldn't have to alter the ARCH = line
21 If you wish to cross-compile, then alter the following lines in the top
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt17 - ability to alter the command to be run in any phase:
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/
Dtodo.rst66 reserved to alter it between implementations) and the WFC and RFC
/kernel/linux/linux-5.10/tools/build/Documentation/
DBuild.txt136 It's possible to alter the standard object C flags in the following way:
/kernel/linux/linux-5.10/arch/m68k/
DKconfig.devices132 you can alter that using a kernel command line option such as
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/
Dltpc.rst59 permanent solution would be to alter the netatalk code. Also, make
/kernel/linux/linux-5.10/Documentation/networking/
Dnetdev-features.rst85 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
/kernel/linux/linux-5.10/net/bridge/netfilter/
DKconfig80 The ebtables nat table is used to define rules that alter the MAC
/kernel/linux/linux-5.10/include/linux/
Dsecurity.h446 unsigned nsops, int alter);
1248 int alter) in security_sem_semop() argument
Dlsm_hook_defs.h246 unsigned nsops, int alter)
/kernel/linux/linux-5.10/LICENSES/dual/
DCDDL-1.0183 remove or alter any copyright, patent or trademark notices
211 limit or alter the recipient's rights in the Source Code form from
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
Disp.S478 # mul64() may use ()+ addressing and may, therefore, alter a7
491 # div64() may use ()+ addressing and may, therefore, alter a7.
/kernel/linux/linux-5.10/Documentation/vm/
Dtranshuge.rst141 tracking. The alternative is to alter ->_mapcount in all subpages on each
/kernel/linux/linux-5.10/Documentation/input/
Dinput-programming.rst254 Userspace can query and alter current scancode to keycode mappings using
/kernel/linux/linux-5.10/Documentation/sound/soc/
Ddpcm.rst107 In this example, the machine driver or userspace audio HAL can alter the routing
/kernel/linux/linux-5.10/Documentation/block/
Dqueue-sysfs.rst231 change the kernels view of the device, but it doesn't alter the
/kernel/linux/linux-5.10/Documentation/x86/
Dintel_txt.rst179 in the e820 table, but not any memory that BIOS might alter over
/kernel/linux/linux-5.10/security/
Dsecurity.c1980 unsigned nsops, int alter) in security_sem_semop() argument
1982 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
/kernel/linux/linux-5.10/arch/sparc/
DKconfig364 you can alter that using a kernel command line option such as

123