/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 189 goto alter; in ip_vs_nfct_expect_callback() 205 goto alter; in ip_vs_nfct_expect_callback() 213 alter: in ip_vs_nfct_expect_callback()
|
/Linux-v4.19/Documentation/security/ |
D | credentials.rst | 273 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 431 As previously mentioned, a task may only alter its own credentials, and may not 432 alter those of another task. This means that it doesn't need to use any 433 locking to alter its own credentials. 435 To alter the current process's credentials, a function should first prepare a [all …]
|
/Linux-v4.19/kernel/debug/kdb/ |
D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs.
|
/Linux-v4.19/ipc/ |
D | sem.c | 139 bool alter; /* does *sops alter the array? */ member 1952 bool undos = false, alter = false, dupsop = false; in do_semtimedop() local 2001 alter = true; in do_semtimedop() 2032 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop() 2037 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in do_semtimedop() 2069 queue.alter = alter; in do_semtimedop() 2080 if (alter) in do_semtimedop() 2103 if (alter) { in do_semtimedop() 2119 if (alter) in do_semtimedop()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | arm-syscon-icst.txt | 10 into the system controller. Furthermore, to even be able to alter one of
|
/Linux-v4.19/drivers/tty/serial/ |
D | Kconfig | 43 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 238 you can alter that using a kernel command line option such as 287 you can alter that using a kernel command line option such as 309 you can alter that using a kernel command line option such as 420 you can alter that using a kernel command line option such as 467 you can alter that using a kernel command line option such as 495 you can alter that using a kernel command line option such as 521 you can alter that using a kernel command line option such as 832 you can alter that using a kernel command line option such as [all …]
|
/Linux-v4.19/Documentation/arm/ |
D | README | 15 To build ARM Linux natively, you shouldn't have to alter the ARCH = line 20 If you wish to cross-compile, then alter the following lines in the top
|
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 17 - ability to alter the command to be run in any phase:
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | TODO | 62 reserved to alter it between implementations) and the WFC and RFC
|
/Linux-v4.19/tools/build/Documentation/ |
D | Build.txt | 136 It's possible to alter the standard object C flags in the following way:
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig.devices | 132 you can alter that using a kernel command line option such as
|
/Linux-v4.19/Documentation/networking/ |
D | ltpc.txt | 53 permanent solution would be to alter the netatalk code. Also, make
|
D | netdev-features.txt | 82 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
|
/Linux-v4.19/Documentation/i2c/ |
D | upgrading-clients | 9 This guide outlines how to alter existing Linux 2.6 client drivers from
|
/Linux-v4.19/net/bridge/netfilter/ |
D | Kconfig | 59 The ebtables nat table is used to define rules that alter the MAC
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 170 change the kernels view of the device, but it doesn't alter the
|
/Linux-v4.19/include/linux/ |
D | security.h | 391 unsigned nsops, int alter); 1137 int alter) in security_sem_semop() argument
|
D | lsm_hooks.h | 1643 unsigned nsops, int alter);
|
/Linux-v4.19/LICENSES/other/ |
D | CDDL-1.0 | 179 remove or alter any copyright, patent or trademark notices 207 limit or alter the recipient's rights in the Source Code form from
|
/Linux-v4.19/security/ |
D | security.c | 1278 unsigned nsops, int alter) in security_sem_semop() argument 1280 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | isp.S | 478 # mul64() may use ()+ addressing and may, therefore, alter a7 491 # div64() may use ()+ addressing and may, therefore, alter a7.
|
/Linux-v4.19/Documentation/vm/ |
D | transhuge.rst | 146 tracking. The alternative is alter ->_mapcount in all subpages on each
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 254 Userspace can query and alter current scancode to keycode mappings using
|
/Linux-v4.19/Documentation/ |
D | intel_txt.txt | 179 in the e820 table, but not any memory that BIOS might alter over
|
/Linux-v4.19/Documentation/sound/soc/ |
D | dpcm.rst | 107 In this example, the machine driver or userspace audio HAL can alter the routing
|