| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 870 do_query(query, 'ALTER TABLE selected_events ADD PRIMARY KEY (id)') 871 do_query(query, 'ALTER TABLE machines ADD PRIMARY KEY (id)') 872 do_query(query, 'ALTER TABLE threads ADD PRIMARY KEY (id)') 873 do_query(query, 'ALTER TABLE comms ADD PRIMARY KEY (id)') 874 do_query(query, 'ALTER TABLE comm_threads ADD PRIMARY KEY (id)') 875 do_query(query, 'ALTER TABLE dsos ADD PRIMARY KEY (id)') 876 do_query(query, 'ALTER TABLE symbols ADD PRIMARY KEY (id)') 877 do_query(query, 'ALTER TABLE branch_types ADD PRIMARY KEY (id)') 878 do_query(query, 'ALTER TABLE samples ADD PRIMARY KEY (id)') 880 do_query(query, 'ALTER TABLE call_paths ADD PRIMARY KEY (id)') [all …]
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| 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 …]
|
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | ip_vs_nfct.c | 26 * - 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 …]
|
| /kernel/linux/linux-6.6/net/netfilter/ipvs/ |
| D | ip_vs_nfct.c | 26 * - 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 …]
|
| /kernel/linux/linux-5.10/include/scsi/ |
| D | scsi_transport_fc.h | 39 * 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 74 * fc_vport_state: If you alter this, you also need to alter 95 * for reporting (e.g. report supported_classes). If you alter this list, 96 * you also need to alter scsi_transport_fc.c (for the ascii descriptions). 108 * for reporting (e.g. report supported_speeds). If you alter this list, 109 * you also need to alter scsi_transport_fc.c (for the ascii descriptions). 131 * fc_tgtid_binding_type: If you alter this, you also need to alter 144 * for reporting (e.g. report roles). If you alter this list, 145 * you also need to alter scsi_transport_fc.c (for the ascii descriptions). [all …]
|
| /kernel/linux/linux-6.6/include/scsi/ |
| D | scsi_transport_fc.h | 39 * 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 …]
|
| /kernel/linux/linux-6.6/Documentation/security/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/security/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| 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 236 you can alter that using a kernel command line option such as 270 you can alter that using a kernel command line option such as 404 you can alter that using a kernel command line option such as 437 you can alter that using a kernel command line option such as 466 you can alter that using a kernel command line option such as 491 you can alter that using a kernel command line option such as 782 you can alter that using a kernel command line option such as 946 you can alter that using a kernel command line option such as [all …]
|
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| 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()
|
| /kernel/linux/linux-5.10/net/ipv4/netfilter/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| 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 234 you can alter that using a kernel command line option such as 274 you can alter that using a kernel command line option such as 296 you can alter that using a kernel command line option such as 428 you can alter that using a kernel command line option such as 461 you can alter that using a kernel command line option such as 490 you can alter that using a kernel command line option such as 515 you can alter that using a kernel command line option such as 837 you can alter that using a kernel command line option such as [all …]
|
| /kernel/linux/linux-6.6/ipc/ |
| 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 …]
|
| /kernel/linux/linux-5.10/ipc/ |
| 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}: 309 * Only the alter operations must be moved, the const operations can stay. 816 /* pending complex alter operations are too difficult to analyse */ in check_restart() 839 * wake_const_ops - wake up non-alter tasks [all …]
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-loopback-test.c | 129 .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",
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-loopback-test.c | 140 .description = "two tx-transfers - alter both", 157 .description = "two tx-transfers - alter first", 174 .description = "two tx-transfers - alter second", 191 .description = "two transfers tx then rx - alter both", 207 .description = "two transfers tx then rx - alter tx", 224 .description = "two transfers tx then rx - alter rx", 241 .description = "two tx+rx transfers - alter both", 262 .description = "two tx+rx transfers - alter first", 283 .description = "two tx+rx transfers - alter second",
|
| /kernel/linux/linux-6.6/arch/sparc/prom/ |
| 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. */
|
| /kernel/linux/linux-5.10/arch/sparc/prom/ |
| 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. */
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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.
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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.
|
| /kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/ |
| D | Kconfig | 11 alter, drop or replay the messages sent. The driver provides
|
| /kernel/linux/linux-6.6/kernel/debug/kdb/ |
| D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs.
|
| /kernel/linux/linux-5.10/kernel/debug/kdb/ |
| D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs.
|
| /kernel/linux/linux-6.6/kernel/kcsan/ |
| D | .kunitconfig | 22 # (or alter) this, in conjunction with setting a different test timeout with,
|
| /kernel/linux/linux-6.6/LICENSES/deprecated/ |
| D | Zlib | 19 commercial applications, and to alter it and redistribute it freely, subject
|