/Linux-v6.1/fs/ecryptfs/ |
D | read_write.c | 188 int rc2; in ecryptfs_write() local 190 rc2 = ecryptfs_write_inode_size_to_metadata( in ecryptfs_write() 192 if (rc2) { in ecryptfs_write() 195 "rc = [%d]\n", rc2); in ecryptfs_write() 197 rc = rc2; in ecryptfs_write()
|
/Linux-v6.1/Documentation/maintainer/ |
D | messy-diffstat.rst | 23 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 28 $ git diff --stat --summary vN-rc2..vN-rc3 38 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 48 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 54 Our maintainer has created one branch at vN-rc1 and another at vN-rc2; the 64 and the second origin end point (vN-rc2), which is certainly not what our 80 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | ef10_sriov.c | 559 int rc = 0, rc2 = 0; in efx_ef10_sriov_set_vf_vlan() local 623 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan() 624 if (rc2) { in efx_ef10_sriov_set_vf_vlan() 631 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_set_vf_vlan() 632 if (rc2) in efx_ef10_sriov_set_vf_vlan() 639 rc2 = efx_ef10_vadaptor_alloc(vf->efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_sriov_set_vf_vlan() 640 if (rc2) in efx_ef10_sriov_set_vf_vlan() 646 rc2 = vf->efx->type->filter_table_probe(vf->efx); in efx_ef10_sriov_set_vf_vlan() 647 if (rc2) in efx_ef10_sriov_set_vf_vlan() 652 rc2 = efx_net_open(vf->efx->net_dev); in efx_ef10_sriov_set_vf_vlan() [all …]
|
D | ef10.c | 3216 int rc, rc2; in efx_ef10_vport_set_mac_address() local 3241 rc2 = efx_ef10_vport_add_mac(efx, efx->vport_id, mac_old); in efx_ef10_vport_set_mac_address() 3242 if (rc2) { in efx_ef10_vport_set_mac_address() 3250 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address() 3251 if (rc2) in efx_ef10_vport_set_mac_address() 3254 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address() 3255 if (rc2) in efx_ef10_vport_set_mac_address() 3258 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address() 3259 if (rc2) in efx_ef10_vport_set_mac_address() 3271 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address() [all …]
|
D | efx_common.c | 815 int rc, rc2 = 0; in efx_reset() local 855 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset() 856 if (rc2) { in efx_reset() 859 rc = rc2; in efx_reset()
|
D | efx_channels.c | 852 int rc, rc2; in efx_realloc_channels() local 932 rc2 = efx_soft_enable_interrupts(efx); in efx_realloc_channels() 933 if (rc2) { in efx_realloc_channels() 934 rc = rc ? rc : rc2; in efx_realloc_channels()
|
D | mcdi.c | 2266 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2277 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2278 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS) in efx_mcdi_nvram_update_finish() 2281 rc2); in efx_mcdi_nvram_update_finish() 2282 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
/Linux-v6.1/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 121 int rc2 = htab_remove_mapping(start, start + page_size, in hash__vmemmap_create_mapping() local 124 BUG_ON(rc2 && (rc2 != -ENOENT)); in hash__vmemmap_create_mapping()
|
D | hash_utils.c | 946 int rc2 = htab_remove_mapping(start, end, mmu_linear_psize, in hash__create_section_mapping() local 948 BUG_ON(rc2 && (rc2 != -ENOENT)); in hash__create_section_mapping()
|
/Linux-v6.1/security/selinux/ |
D | avc.c | 1052 int rc = 0, rc2; in avc_has_extended_perms() local 1108 rc2 = avc_xperms_audit(state, ssid, tsid, tclass, requested, in avc_has_extended_perms() 1110 if (rc2) in avc_has_extended_perms() 1111 return rc2; in avc_has_extended_perms() 1188 int rc, rc2; in avc_has_perm() local 1193 rc2 = avc_audit(state, ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm() 1195 if (rc2) in avc_has_perm() 1196 return rc2; in avc_has_perm()
|
/Linux-v6.1/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 797 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local 871 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload() 873 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload() 881 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local 933 rc2 = ibmveth_open(dev); in ibmveth_set_tso() 935 return rc1 ? rc1 : rc2; in ibmveth_set_tso() 944 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local 955 rc2 = ibmveth_set_tso(dev, large_send); in ibmveth_set_features() 956 if (rc2 && !adapter->large_send) in ibmveth_set_features() 961 return rc1 ? rc1 : rc2; in ibmveth_set_features()
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | procfs-audit_loginuid | 3 KernelVersion: 2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
|
/Linux-v6.1/net/llc/ |
D | llc_conn.c | 442 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local 444 if (rc2 == 2) { in llc_exec_conn_trans_actions() 445 rc = rc2; in llc_exec_conn_trans_actions() 447 } else if (rc2) in llc_exec_conn_trans_actions()
|
/Linux-v6.1/Documentation/ABI/obsolete/ |
D | sysfs-selinux-checkreqprot | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
D | sysfs-selinux-disable | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | 2.Process.rst | 70 十月 6 5.4-rc2
|
/Linux-v6.1/Documentation/translations/zh_TW/process/ |
D | 2.Process.rst | 73 十月 6 5.4-rc2
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 823 int rc, rc2 = 0; in efx_siena_reset() local 863 rc2 = efx_siena_reset_up(efx, method, !disabled); in efx_siena_reset() 864 if (rc2) { in efx_siena_reset() 867 rc = rc2; in efx_siena_reset()
|
D | efx_channels.c | 859 int rc, rc2; in efx_siena_realloc_channels() local 937 rc2 = efx_soft_enable_interrupts(efx); in efx_siena_realloc_channels() 938 if (rc2) { in efx_siena_realloc_channels() 939 rc = rc ? rc : rc2; in efx_siena_realloc_channels()
|
D | siena.c | 103 int rc, rc2; in siena_test_chip() local 121 rc2 = efx_siena_reset_up(efx, reset_method, rc == 0); in siena_test_chip() 122 return rc ? rc : rc2; in siena_test_chip()
|
D | mcdi.c | 2106 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2117 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2118 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS) in efx_mcdi_nvram_update_finish() 2121 rc2); in efx_mcdi_nvram_update_finish() 2122 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 764 int rc, rc2; in ef4_realloc_channels() local 842 rc2 = ef4_soft_enable_interrupts(efx); in ef4_realloc_channels() 843 if (rc2) { in ef4_realloc_channels() 844 rc = rc ? rc : rc2; in ef4_realloc_channels() 2421 int rc, rc2; in ef4_reset() local 2455 rc2 = ef4_reset_up(efx, method, !disabled); in ef4_reset() 2456 if (rc2) { in ef4_reset() 2459 rc = rc2; in ef4_reset()
|
/Linux-v6.1/Documentation/scsi/ |
D | lpfc.rst | 57 is contained in the 2.6.10-rc2 (and later) patch kits. As such, this
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 797 int rc1, rc2; in hns_set_coalesce() local 814 rc2 = ops->set_coalesce_frames(priv->ae_handle, in hns_set_coalesce() 818 if (rc1 || rc2) in hns_set_coalesce()
|
/Linux-v6.1/drivers/crypto/aspeed/ |
D | aspeed-hace-hash.c | 649 int rc1, rc2; in aspeed_sham_finup() local 663 rc2 = aspeed_sham_final(req); in aspeed_sham_finup() 665 return rc1 ? : rc2; in aspeed_sham_finup()
|