Home
last modified time | relevance | path

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

12345678

/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:
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/include/scsi/
H A 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_f
[all...]
/linux/Documentation/security/
H A 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/net/ipv4/netfilter/
H A 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/ipc/
H A 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/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.
H A Dmoduleparam.h108 * @name: the variable to alter, and exposed parameter name.
136 * @name: the variable to alter, and exposed parameter name.
146 * @value: the actual lvalue to alter.
162 * @value: the actual lvalue to alter.
560 * @value: the actual lvalue to alter.
/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/kernel/
H A Dcred.c426 /* alter the thread keyring */ in commit_creds()
632 * @new: The credentials to alter
646 * @new: The credentials to alter
669 * @new: The credentials to alter
/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/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/scripts/dtc/libfdt/
H A Dlibfdt.h1344 * This function will alter only the bytes in the blob which contain
1345 * the given property value, and will not alter or move any other part
1377 * This function will alter only the bytes in the blob which contain
1378 * the given property value, and will not alter or move any other part
1412 * This function will alter only the bytes in the blob which contain
1413 * the given property value, and will not alter or move any other part
1460 * This function will alter only the bytes in the blob which contain
1461 * the property, and will not alter or move any other part of the
1485 * This function will alter only the bytes in the blob which contain
1486 * the node and its properties and subnodes, and will not alter o
[all...]
/linux/arch/m68k/
H A DKconfig.devices133 you can alter that using a kernel command line option such as
/linux/fs/overlayfs/
H A Dinode.c345 * alter the POSIX ACLs for the underlying filesystem.
415 * We cannot alter the ACLs returned from the relevant layer as that in ovl_get_acl_path()
416 * would alter the cached values filesystem wide for the lower in ovl_get_acl_path()
434 * We cannot alter the ACLs returned from the relevant layer as that would
435 * alter the cached values filesystem wide for the lower filesystem. Instead we
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst66 reserved to alter it between implementations) and the WFC and RFC
/linux/arch/x86/entry/
H A Dentry_64_fred.S126 * Further calling another C function will not alter this state.
/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()
/linux/tools/build/Documentation/
H A DBuild.txt136 It's possible to alter the standard object C flags in the following way:

12345678