| /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 conntrack for non-NAT conns */ in ip_vs_nfct_expect_callback() [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.
|
| /linux/drivers/spi/ |
| H A D | spi-loopback-test.c | 139 .description = "two tx-transfers - alter both", 156 .description = "two tx-transfers - alter first", 173 .description = "two tx-transfers - alter second", 190 .description = "two transfers tx then rx - alter both", 206 .description = "two transfers tx then rx - alter tx", 223 .description = "two transfers tx then rx - alter rx", 240 .description = "two tx+rx transfers - alter both", 261 .description = "two tx+rx transfers - alter first", 282 .description = "two tx+rx transfers - alter second",
|
| /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/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/Documentation/process/ |
| H A D | threat-model.rst | 66 CAP_SYS_ADMIN) may not alter the 71 * users not having the ``CAP_NET_ADMIN`` capability may not alter the network
|
| /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/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/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 66 reserved to alter it between implementations) and the WFC and RFC
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 355 * alter the POSIX ACLs for the underlying filesystem. 425 * We cannot alter the ACLs returned from the relevant layer as that in ovl_get_acl_path() 426 * would alter the cached values filesystem wide for the lower in ovl_get_acl_path() 444 * We cannot alter the ACLs returned from the relevant layer as that would 445 * alter the cached values filesystem wide for the lower filesystem. Instead we
|
| /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()
|
| /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()
|
| H A D | vfb.c | 118 * This means it doesn't alter par but it does use hardware in vfb_check_var() 176 * Now that we checked it we alter var. The reason being is that the video in vfb_check_var()
|
| H A D | skeletonfb.c | 179 * var passed in. This function does not alter the hardware state!!! 185 * off by what the hardware can support then we alter the var PASSED in 221 * fb_fix_screeninfo stored in fb_info. It doesn't not alter var in 574 * This operation is used to set or alter the properities of the
|
| /linux/arch/powerpc/kernel/ |
| H A D | uprobes.c | 122 * including ones that alter code flow (branches, calls, returns) in arch_uprobe_post_xol()
|
| /linux/kernel/ |
| H A D | groups.c | 115 * @new: The newly prepared set of credentials to alter
|
| /linux/net/bridge/netfilter/ |
| H A D | Kconfig | 92 The ebtables nat table is used to define rules that alter the MAC
|