/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 17 #include "rtrs-clt.h" 18 #include "rtrs-log.h" 19 #include "rtrs-clt-trace.h" 49 .name = "rtrs-client", 58 list_for_each_entry_rcu(clt_path, &clt->paths_list, s.entry) in rtrs_clt_is_connected() 59 if (READ_ONCE(clt_path->state) == RTRS_CLT_CONNECTED) { in rtrs_clt_is_connected() [all …]
|
H A D | rtrs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 26 * enum rtrs_clt_link_ev - Events about connectivity state of a client 44 * rtrs_clt_ops - it holds the link event callback and private pointer. 72 * @ADMIN_CON - use connection reserved for "service" messages 73 * @IO_CON - use a connection reserved for IO 85 struct rtrs_permit *permit); 88 * rtrs_clt_req_ops - it holds the request confirmation callback [all …]
|
/linux/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved. 6 * Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved. 7 * Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved. 19 #include "rnbd-clt.h" 38 return refcount_inc_not_zero(&sess->refcount); in rnbd_clt_get_sess() 47 if (refcount_dec_and_test(&sess->refcount)) in rnbd_clt_put_sess() 55 if (!refcount_dec_and_test(&dev->refcount)) in rnbd_clt_put_dev() 58 ida_free(&index_ida, dev->clt_device_id); in rnbd_clt_put_dev() 59 kfree(dev->hw_queues); in rnbd_clt_put_dev() [all …]
|
/linux/fs/smb/server/ |
H A D | smb_common.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 21 static const char basechars[43] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_-!@#$%"; 22 #define MANGLE_BASE (sizeof(basechars) / sizeof(char) - 1) 83 return (2U << 30) - 1; in ksmbd_server_side_copy_max_chunk_size() 88 return (2U << 30) - 1; in ksmbd_server_side_copy_max_total_size() 103 int offt = ARRAY_SIZE(smb1_protos) - 1; in ksmbd_lookup_protocol_idx() 112 offt--; in ksmbd_lookup_protocol_idx() 115 offt = ARRAY_SIZE(smb2_protos) - 1; in ksmbd_lookup_protocol_idx() 122 offt--; in ksmbd_lookup_protocol_idx() 124 return -1; in ksmbd_lookup_protocol_idx() [all …]
|
/linux/Documentation/usb/ |
H A D | iuu_phoenix.rst | 10 bring a ttyUSB[0-x] interface. This driver must be 50 - clockmode will provide 3 different base settings commonly adopted by 57 - boost provide a way to overclock the reader ( my favorite :-) ) 67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer ) 70 - xmas is completely useless except for your eyes. This is one of my friend who was 72 So I have added this option to permit him to see a lot of color ( each activity change the color 75 - debug will produce a lot of debugging messages...
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_gpio.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 8 * and/or sell copies of the Software, and to permit persons to whom the 75 * These members permit the use of common code
|
/linux/Documentation/admin-guide/mm/ |
H A D | nommu-mmap.rst | 2 No-MMU memory mapping support 5 The kernel has limited support for memory mapping under no-MMU conditions, such 16 The behaviour is similar between the MMU and no-MMU cases, but not identical; 21 In the MMU case: VM regions backed by arbitrary pages; copy-on-write 24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of 31 the no-MMU case doesn't support these, behaviour is identical to 39 In the no-MMU case: 41 - If one exists, the kernel will re-use an existing mapping to the 45 - If possible, the file mapping will be directly on the backing device 48 and mtd might all permit this. [all …]
|
/linux/include/crypto/internal/ |
H A D | des.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 * crypto_des_verify_key - Check whether a DES key is weak 20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak 32 if (err == -ENOKEY) { in crypto_des_verify_key() 34 err = -EINVAL; in crypto_des_verify_key() 45 * For DES-EDE3, there is no known need to reject weak or 49 * However, if the first two or last two independent 64-bit keys are 58 int ret = fips_enabled ? -EINVAL : -ENOKEY; in des3_ede_verify_key() 79 * crypto_des3_ede_verify_key - Check whether a DES3-EDE key is weak 83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | evm | 8 HMAC-sha1 value across the extended attributes, storing the 12 an HMAC-sha1 generated locally with a 26 2 Permit modification of EVM-protected metadata at 49 will enable digital signature validation, permit 50 modification of EVM-protected metadata and 92 Documentation/security/keys/trusted-encrypted.rst. Both 94 core/ima-setup) have support for loading keys at boot
|
/linux/Documentation/filesystems/ |
H A D | afs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 - Overview. 10 - Usage. 11 - Mountpoints. 12 - Dynamic root. 13 - Proc filesystem. 14 - The cell database. 15 - Security. 16 - The @sys substitution. 45 CONFIG_AF_RXRPC - The RxRPC protocol transport [all …]
|
/linux/crypto/ |
H A D | dh_helper.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 17 if (!dst || size > end - dst) in dh_pack_data() 31 return p->key_size + p->p_size + p->g_size; in dh_data_size() 50 return -EINVAL; in crypto_dh_encode_key() 53 ptr = dh_pack_data(ptr, end, ¶ms->key_size, in crypto_dh_encode_key() 54 sizeof(params->key_size)); in crypto_dh_encode_key() 55 ptr = dh_pack_data(ptr, end, ¶ms->p_size, sizeof(params->p_size)); in crypto_dh_encode_key() 56 ptr = dh_pack_data(ptr, end, ¶ms->g_size, sizeof(params->g_size)); in crypto_dh_encode_key() 57 ptr = dh_pack_data(ptr, end, params->key, params->key_size); in crypto_dh_encode_key() 58 ptr = dh_pack_data(ptr, end, params->p, params->p_size); in crypto_dh_encode_key() [all …]
|
/linux/include/linux/ |
H A D | xarray.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 9 * See Documentation/core-api/xarray.rst for how to use the XArray. 40 * 0-62: Sibling entries 45 * space (-4094 to -2). They're never stored in the slots array; only 49 #define BITS_PER_XA_VALUE (BITS_PER_LONG - 1) 52 * xa_mk_value() - Create an XArray entry from an integer. 65 * xa_to_value() - Ge [all...] |
/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 14 #include "../sof-priv.h" 23 * From 4.4.1.5 table 4-64 Exception Causes of Xtensa 34 "Level-1 interrupt as indicated by set level- [all...] |
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-modulator.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_G_MODULATOR - VIDIOC_S_MODULATOR - Get or set modulator attributes 52 this is a write-only ioctl, it does not return the actual audio 67 .. flat-table:: struct v4l2_modulator 68 :header-rows: 0 69 :stub-columns: 0 72 * - __u32 73 - ``index`` 74 - Identifies the modulator, set by the application. 75 * - __u8 [all …]
|
H A D | app-pri.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _app-pri: 10 them different priorities. Contrary to the traditional "rm -rf /" school 13 channel. Another objective is to permit low priority applications
|
/linux/Documentation/security/keys/ |
H A D | request-key.rst | 45 The main difference between the access points is that the in-kernel interface 50 The request_key_tag() call is like the in-kernel request_key(), except that it 55 that they permit auxiliary data to be passed to the upcaller (the default is 57 mechanism rather than using /sbin/request-key. 70 forking and execution of /sbin/request-key. 95 4) request_key() then forks and executes /sbin/request-key with a new session 98 5) /sbin/request-key assumes the authority associated with key U. 100 6) /sbin/request-key execs an appropriate program to perform the actual 107 This will permit it to then search the keyrings of process A with the 123 3) and another copy of /sbin/request-key spawned (as per step 4); but the [all …]
|
/linux/drivers/gpu/drm/amd/amdxcp/ |
H A D | Makefile | 8 # and/or sell copies of the Software, and to permit persons to whom the 23 amdxcp-y := amdgpu_xcp_drv.o 25 obj-$(CONFIG_DRM_AMDGPU) += amdxcp.o
|
/linux/arch/arm/boot/dts/arm/ |
H A D | arm-realview-eb-a9mp-bbrevd.dts | 8 * copies of the Software, and to permit persons to whom the Software is 23 #include "arm-realview-eb-a9mp.dts" 24 #include "arm-realview-eb-bbrevd.dtsi"
|
H A D | arm-realview-eb-11mp-bbrevd.dts | 8 * copies of the Software, and to permit persons to whom the Software is 23 #include "arm-realview-eb-11mp.dts" 24 #include "arm-realview-eb-bbrevd.dtsi"
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_scl_filters_old.c | 2 * Copyright 2012-16 Advanced Micro Devices, Inc. 8 * and/or sell copies of the Software, and to permit persons to whom the
|
/linux/drivers/gpu/drm/scheduler/ |
H A D | Makefile | 8 # and/or sell copies of the Software, and to permit persons to whom the 23 gpu-sched-y := sched_main.o sched_fence.o sched_entity.o 25 obj-$(CONFIG_DRM_SCHED) += gpu-sched.o
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_assert.h | 1 /* SPDX-License-Identifier: MIT */ 9 * and/or sell copies of the Software, and to permit persons to whom the
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | umsch_mm_v4_0.h | 1 /* SPDX-License-Identifier: MIT */ 9 * and/or sell copies of the Software, and to permit persons to whom the
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_pm.h | 1 /* radeon_pm.h -- Private header for radeon driver -*- linux-c -*- 7 * and/or sell copies of the Software, and to permit persons to whom the
|
/linux/LICENSES/preferred/ |
H A D | MIT | 1 Valid-License-Identifier: MIT 2 SPDX-URL: https://spdx.org/licenses/MIT.html 3 Usage-Guide: 7 SPDX-License-Identifier: MIT 8 License-Text: 18 and/or sell copies of the Software, and to permit persons to whom the
|