Home
last modified time | relevance | path

Searched +full:permit +full:- (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c1 // 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 …]
Drtrs.h1 /* 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-6.12.1/drivers/block/rnbd/
Drnbd-clt.c1 // 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-6.12.1/Documentation/usb/
Diuu_phoenix.rst10 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-6.12.1/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_gpio.h2 * 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-6.12.1/include/crypto/internal/
Ddes.h1 /* 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-6.12.1/fs/smb/server/
Dsmb_common.c1 // 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-6.12.1/Documentation/ABI/testing/
Devm8 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-6.12.1/Documentation/admin-guide/mm/
Dnommu-mmap.rst2 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-6.12.1/crypto/
Ddh_helper.c1 // 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, &params->key_size, in crypto_dh_encode_key()
54 sizeof(params->key_size)); in crypto_dh_encode_key()
55 ptr = dh_pack_data(ptr, end, &params->p_size, sizeof(params->p_size)); in crypto_dh_encode_key()
56 ptr = dh_pack_data(ptr, end, &params->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-6.12.1/Documentation/filesystems/
Dafs.rst1 .. 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-6.12.1/drivers/clk/
Dclkdev.c1 // SPDX-License-Identifier: GPL-2.0-only
19 #include <linux/clk-provider.h>
33 * Then we take the most specific entry - with the following
50 if (p->dev_id) { in clk_find()
51 if (!dev_id || strcmp(p->dev_id, dev_id)) in clk_find()
55 if (p->con_id) { in clk_find()
56 if (!con_id || strcmp(p->con_id, con_id)) in clk_find()
75 struct clk_hw *hw = ERR_PTR(-ENOENT); in clk_find_hw()
80 hw = cl->clk_hw; in clk_find_hw()
105 if (dev && dev->of_node) { in clk_get()
[all …]
/linux-6.12.1/include/linux/
Dxarray.h1 /* 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() - Get value stored in an XArray entry.
77 * xa_is_value() - Determine if an entry is a value.
89 * xa_tag_pointer() - Create an XArray entry for a tagged pointer.
107 * xa_untag_pointer() - Turn an XArray entry into a plain pointer.
[all …]
/linux-6.12.1/sound/soc/sof/xtensa/
Dcore.c1 // 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-1 bits in the INTERRUPT register"},
56 …"An instruction fetch referenced a page mapped with an attribute that does not permit instruction …
64 "A load referenced a page mapped with an attribute that does not permit loads"},
89 dev_printk(level, sdev->dev, "error: DSP Firmware Oops\n"); in xtensa_dsp_oops()
91 if (xtensa_exception_causes[i].id == xoops->exccause) { in xtensa_dsp_oops()
92 dev_printk(level, sdev->dev, in xtensa_dsp_oops()
98 dev_printk(level, sdev->dev, in xtensa_dsp_oops()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/amdxcp/
DMakefile8 # 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-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-modulator.rst1 .. 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 …]
Dapp-pri.rst1 .. 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-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_scl_filters_old.c2 * Copyright 2012-16 Advanced Micro Devices, Inc.
8 * and/or sell copies of the Software, and to permit persons to whom the
/linux-6.12.1/arch/arm/boot/dts/arm/
Darm-realview-eb-a9mp-bbrevd.dts8 * 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"
Darm-realview-eb-11mp-bbrevd.dts8 * 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-6.12.1/drivers/gpu/drm/scheduler/
DMakefile8 # 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-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dumsch_mm_v4_0.h1 /* SPDX-License-Identifier: MIT */
9 * and/or sell copies of the Software, and to permit persons to whom the
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml_assert.h1 /* SPDX-License-Identifier: MIT */
9 * and/or sell copies of the Software, and to permit persons to whom the
/linux-6.12.1/LICENSES/preferred/
DMIT1 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
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_pm.h1 /* 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

12345678910>>...46