Home
last modified time | relevance | path

Searched full:alter (Results 1 – 25 of 151) sorted by relevance

1234567

/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py873 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 Dip_vs_nfct.c26 * - 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 Dxxhash.h89 * @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 Dspi-loopback-test.c139 .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 Dtree_32.c23 /* 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 Dkdb_cmds1 # Initial commands for kdb, alter to suit your needs.
/linux/kernel/kcsan/
H A D.kunitconfig22 # (or alter) this, in conjunction with setting a different test timeout with,
/linux/LICENSES/deprecated/
H A DZlib19 commercial applications, and to alter it and redistribute it freely, subject
/linux/Documentation/arch/arm/
H A 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
/linux/Documentation/process/
H A Dthreat-model.rst66 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 Ddlmconvert.c220 /* 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 DAddingPlugins.txt17 - ability to alter the command to be run in any phase:
/linux/Documentation/devicetree/bindings/clock/
H A Darm,syscon-icst.yaml20 into the system controller. Furthermore, to even be able to alter one of
/linux/arch/m68k/
H A DKconfig.devices133 you can alter that using a kernel command line option such as
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst66 reserved to alter it between implementations) and the WFC and RFC
/linux/fs/overlayfs/
H A Dinode.c355 * 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 DBuild.txt136 It's possible to alter the standard object C flags in the following way:
/linux/net/netfilter/
H A Dxt_cluster.c101 * know, matches should not alter packets, but we are doing this here in xt_cluster_mt()
/linux/LICENSES/dual/
H A 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
/linux/drivers/video/fbdev/
H A D68328fb.c125 * 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 Dvfb.c118 * 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 Dskeletonfb.c179 * 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 Duprobes.c122 * including ones that alter code flow (branches, calls, returns) in arch_uprobe_post_xol()
/linux/kernel/
H A Dgroups.c115 * @new: The newly prepared set of credentials to alter
/linux/net/bridge/netfilter/
H A DKconfig92 The ebtables nat table is used to define rules that alter the MAC

1234567