Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/tools/perf/scripts/python/
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-v6.1/net/netfilter/ipvs/
Dip_vs_nfct.c26 * - alter reply for NAT when forwarding packet in original direction:
81 /* Never alter conntrack for non-NAT conns */ in ip_vs_update_conntrack()
85 /* Never alter conntrack for OPS conns (no reply is expected) */ in ip_vs_update_conntrack()
89 /* Alter reply only in original direction */ in ip_vs_update_conntrack()
168 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback()
173 goto alter; in ip_vs_nfct_expect_callback()
184 IP_VS_DBG_BUF(7, "%s: ct=%p before alter: reply tuple=" in ip_vs_nfct_expect_callback()
189 goto alter; in ip_vs_nfct_expect_callback()
197 alter: in ip_vs_nfct_expect_callback()
198 /* Never alter conntrack for non-NAT conns */ in ip_vs_nfct_expect_callback()
[all …]
/Linux-v6.1/include/scsi/
Dscsi_transport_fc.h39 * fc_port_type: If you alter this, you also need to alter scsi_transport_fc.c
55 * fc_port_state: If you alter this, you also need to alter scsi_transport_fc.c
75 * fc_vport_state: If you alter this, you also need to alter
96 * for reporting (e.g. report supported_classes). If you alter this list,
97 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
109 * for reporting (e.g. report supported_speeds). If you alter this list,
110 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
132 * fc_tgtid_binding_type: If you alter this, you also need to alter
145 * for reporting (e.g. report roles). If you alter this list,
146 * you also need to alter scsi_transport_fc.c (for the ascii descriptions).
[all …]
/Linux-v6.1/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 …]
/Linux-v6.1/net/ipv4/netfilter/
Dnf_nat_pptp.c179 /* 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-v6.1/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
236 you can alter that using a kernel command line option such as
277 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
789 you can alter that using a kernel command line option such as
953 you can alter that using a kernel command line option such as
[all …]
/Linux-v6.1/ipc/
Dsem.c32 * - 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-v6.1/drivers/spi/
Dspi-loopback-test.c129 .description = "two tx-transfers - alter both",
146 .description = "two tx-transfers - alter first",
163 .description = "two tx-transfers - alter second",
180 .description = "two transfers tx then rx - alter both",
196 .description = "two transfers tx then rx - alter tx",
213 .description = "two transfers tx then rx - alter rx",
230 .description = "two tx+rx transfers - alter both",
251 .description = "two tx+rx transfers - alter first",
272 .description = "two tx+rx transfers - alter second",
/Linux-v6.1/arch/sparc/prom/
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-v6.1/include/linux/
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.
Dmoduleparam.h103 * @name: the variable to alter, and exposed parameter name.
131 * @name: the variable to alter, and exposed parameter name.
141 * @value: the actual lvalue to alter.
157 * @value: the actual lvalue to alter.
539 * @value: the actual lvalue to alter.
/Linux-v6.1/drivers/virt/coco/sev-guest/
DKconfig10 alter, drop or replay the messages sent. The driver provides
/Linux-v6.1/kernel/debug/kdb/
Dkdb_cmds1 # Initial commands for kdb, alter to suit your needs.
/Linux-v6.1/kernel/kcsan/
D.kunitconfig22 # (or alter) this, in conjunction with setting a different test timeout with,
/Linux-v6.1/LICENSES/deprecated/
DZlib19 commercial applications, and to alter it and redistribute it freely, subject
/Linux-v6.1/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
/Linux-v6.1/arch/x86/include/uapi/asm/
De820.h53 * any memory that BIOS might alter over the S3 transition
/Linux-v6.1/include/net/netfilter/
Dnf_conntrack.h157 /* Alter reply tuple (maybe alter helper). */
/Linux-v6.1/fs/ocfs2/dlm/
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-v6.1/Documentation/devicetree/bindings/soc/samsung/
Dexynos-pmu.yaml81 Reboot mode to alter bootloader behavior for the next boot
/Linux-v6.1/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt17 - ability to alter the command to be run in any phase:
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Darm,syscon-icst.yaml20 into the system controller. Furthermore, to even be able to alter one of
/Linux-v6.1/arch/x86/include/asm/e820/
Dtypes.h44 * might alter over the S3 transition:
/Linux-v6.1/kernel/
Dcred.c487 /* alter the thread keyring */ in commit_creds()
769 * @new: The credentials to alter
783 * @new: The credentials to alter
806 * @new: The credentials to alter
/Linux-v6.1/drivers/media/i2c/
Dov9640.c65 * NOTE: for YUV, alter the following registers:
68 * for RGB, alter the following registers:
228 /* Read a register, alter its bits, write it back */

12345678910