| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 873 do_query(query, 'ALTER TABLE selected_events ADD PRIMARY KEY (id)') 874 do_query(query, 'ALTER TABLE machines ADD PRIMARY KEY (id)') 875 do_query(query, 'ALTER TABLE threads ADD PRIMARY KEY (id)') 876 do_query(query, 'ALTER TABLE comms ADD PRIMARY KEY (id)') 877 do_query(query, 'ALTER TABLE comm_threads ADD PRIMARY KEY (id)') 878 do_query(query, 'ALTER TABLE dsos ADD PRIMARY KEY (id)') 879 do_query(query, 'ALTER TABLE symbols ADD PRIMARY KEY (id)') 880 do_query(query, 'ALTER TABLE branch_types ADD PRIMARY KEY (id)') 881 do_query(query, 'ALTER TABLE samples ADD PRIMARY KEY (id)') 883 do_query(query, 'ALTER TABLE call_paths ADD PRIMARY KEY (id)') [all …]
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_nfct.c | 26 * - alter reply for NAT when forwarding packet in original direction: 80 /* Never alter conntrack for non-NAT conns */ in ip_vs_update_conntrack() 84 /* Never alter conntrack for OPS conns (no reply is expected) */ in ip_vs_update_conntrack() 88 /* Alter reply only in original direction */ in ip_vs_update_conntrack() 167 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 172 goto alter; in ip_vs_nfct_expect_callback() 183 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback() 188 goto alter; in ip_vs_nfct_expect_callback() 196 alter: in ip_vs_nfct_expect_callback() 197 /* Never alter conntrac in ip_vs_nfct_expect_callback() [all...] |
| /linux/Documentation/security/ |
| H A 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 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 …]
|
| /linux/drivers/tty/serial/ |
| H A 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 217 you can alter that using a kernel command line option such as 251 you can alter that using a kernel command line option such as 411 you can alter that using a kernel command line option such as 444 you can alter that using a kernel command line option such as 473 you can alter that using a kernel command line option such as 498 you can alter that using a kernel command line option such as 799 you can alter that using a kernel command line option such as 971 you can alter that using a kernel command line option such as [all …]
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_pptp.c | 179 /* no need to alter packet */ in pptp_outbound_pkt() 216 /* alter expectation for PNS->PAC direction */ in pptp_exp_gre() 222 /* alter expectation for PAC->PNS direction */ in pptp_exp_gre() 278 /* no need to alter packet */ in pptp_inbound_pkt()
|
| /linux/ipc/ |
| H A D | sem.c | 32 * - multiple semaphore operations that alter the same semaphore in 107 /* that alter the semaphore */ 109 /* that do not alter the semaphore*/ 118 /* that alter the array */ 120 /* that do not alter semvals */ 139 bool alter; /* does *sops alter the array? */ member 196 * sem_array.sems[i].pending_{const,alter}: 311 * Only the alter operations must be moved, the const operations can stay. 818 /* pending complex alter operations are too difficult to analyse */ in check_restart() 841 * wake_const_ops - wake up non-alter tasks [all …]
|
| /linux/include/linux/ |
| H A D | xxhash.h | 89 * @seed: The seed can be used to alter the result predictably. 102 * @seed: The seed can be used to alter the result predictably. 114 * @seed: The seed can be used to alter the result predictably.
|
| H A D | moduleparam.h | 111 * @name: the variable to alter, and exposed parameter name. 139 * @name: the variable to alter, and exposed parameter name. 149 * @value: the actual lvalue to alter. 165 * @value: the actual lvalue to alter. 563 * @value: the actual lvalue to alter.
|
| /linux/arch/sparc/prom/ |
| H A D | tree_32.c | 23 /* Internal version of prom_getchild that does not alter return values. */ 55 /* Internal version of prom_getsibling that does not alter return values. */ 203 /* Interal version of nextprop that does not alter return values. */
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs.
|
| /linux/kernel/kcsan/ |
| H A D | .kunitconfig | 22 # (or alter) this, in conjunction with setting a different test timeout with,
|
| /linux/LICENSES/deprecated/ |
| H A D | Zlib | 19 commercial applications, and to alter it and redistribute it freely, subject
|
| /linux/kernel/ |
| H A D | cred.c | 402 /* alter the thread keyring */ in commit_creds() 611 * @new: The credentials to alter 625 * @new: The credentials to alter 648 * @new: The credentials to alter
|
| /linux/Documentation/arch/arm/ |
| H A D | arm.rst | 16 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
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 220 /* do not alter lock refcount. switching lists. */ in __dlmconvert_master() 236 /* do not alter lock refcount. switching lists. */ in dlm_revert_pending_convert() 294 /* do not alter lock refcount. switching lists. */ in dlmconvert_remote()
|
| /linux/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 17 - ability to alter the command to be run in any phase:
|
| /linux/mm/ |
| H A D | hugetlb_sysctl.c | 20 * can duplicate the @table and alter the duplicate of it. in proc_hugetlb_doulongvec_minmax()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 20 into the system controller. Furthermore, to even be able to alter one of
|
| /linux/arch/m68k/ |
| H A D | Kconfig.devices | 133 you can alter that using a kernel command line option such as
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 339 * alter the POSIX ACLs for the underlying filesystem. 409 * We cannot alter the ACLs returned from the relevant layer as that in ovl_get_acl_path() 410 * would alter the cached values filesystem wide for the lower in ovl_get_acl_path() 428 * We cannot alter the ACLs returned from the relevant layer as that would 429 * alter the cached values filesystem wide for the lower filesystem. Instead we
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 66 reserved to alter it between implementations) and the WFC and RFC
|
| /linux/LICENSES/dual/ |
| H A D | CDDL-1.0 | 183 remove or alter any copyright, patent or trademark notices 211 limit or alter the recipient's rights in the Source Code form from
|
| /linux/drivers/video/fbdev/ |
| H A D | 68328fb.c | 125 * This means it doesn't alter par but it does use hardware 183 * Now that we checked it we alter var. The reason being is that the video in mc68x328fb_check_var()
|
| /linux/tools/build/Documentation/ |
| H A D | Build.txt | 136 It's possible to alter the standard object C flags in the following way:
|
| /linux/net/netfilter/ |
| H A D | xt_cluster.c | 101 * know, matches should not alter packets, but we are doing this here in xt_cluster_mt()
|