Home
last modified time | relevance | path

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

12345678910>>...46

/Linux-v5.15/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"
55 list_for_each_entry_rcu(sess, &clt->paths_list, s.entry) in rtrs_clt_is_connected()
56 connected |= READ_ONCE(sess->state) == RTRS_CLT_CONNECTED; in rtrs_clt_is_connected()
65 size_t max_depth = clt->queue_depth; in __rtrs_get_permit()
66 struct rtrs_permit *permit; in __rtrs_get_permit() local
[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
84 void rtrs_clt_put_permit(struct rtrs_clt *sess, struct rtrs_permit *permit);
87 * rtrs_clt_req_ops - it holds the request confirmation callback
[all …]
/Linux-v5.15/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()
59 ida_simple_remove(&index_ida, dev->clt_device_id); in rnbd_clt_put_dev()
61 kfree(dev->hw_queues); in rnbd_clt_put_dev()
[all …]
/Linux-v5.15/fs/ksmbd/
Dsmb_common.c1 // SPDX-License-Identifier: GPL-2.0-or-later
19 static const char basechars[43] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_-!@#$%";
20 #define MANGLE_BASE (sizeof(basechars) / sizeof(char) - 1)
81 return (2U << 30) - 1; in ksmbd_server_side_copy_max_chunk_size()
86 return (2U << 30) - 1; in ksmbd_server_side_copy_max_total_size()
101 int offt = ARRAY_SIZE(smb1_protos) - 1; in ksmbd_lookup_protocol_idx()
110 offt--; in ksmbd_lookup_protocol_idx()
113 offt = ARRAY_SIZE(smb2_protos) - 1; in ksmbd_lookup_protocol_idx()
120 offt--; in ksmbd_lookup_protocol_idx()
122 return -1; in ksmbd_lookup_protocol_idx()
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/Documentation/ABI/testing/
Devm7 HMAC-sha1 value across the extended attributes, storing the
11 an HMAC-sha1 generated locally with a
25 2 Permit modification of EVM-protected metadata at
48 will enable digital signature validation, permit
49 modification of EVM-protected metadata and
91 Documentation/security/keys/trusted-encrypted.rst. Both
93 core/ima-setup) have support for loading keys at boot
/Linux-v5.15/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-v5.15/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-v5.15/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->q_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->q_size, sizeof(params->q_size)); in crypto_dh_encode_key()
57 ptr = dh_pack_data(ptr, end, &params->g_size, sizeof(params->g_size)); in crypto_dh_encode_key()
58 ptr = dh_pack_data(ptr, end, params->key, params->key_size); in crypto_dh_encode_key()
[all …]
/Linux-v5.15/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_err(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_err(sdev->dev, "error: Exception Cause: %s, %s\n", in xtensa_dsp_oops()
97 dev_err(sdev->dev, "EXCCAUSE 0x%8.8x EXCVADDR 0x%8.8x PS 0x%8.8x SAR 0x%8.8x\n", in xtensa_dsp_oops()
[all …]
/Linux-v5.15/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-v5.15/include/linux/
Dxarray.h1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * See Documentation/core-api/xarray.rst for how to use the XArray.
34 * 0-62: Sibling entries
39 * space (-4094 to -2). They're never stored in the slots array; only
43 #define BITS_PER_XA_VALUE (BITS_PER_LONG - 1)
46 * xa_mk_value() - Create an XArray entry from an integer.
59 * xa_to_value() - Get value stored in an XArray entry.
71 * xa_is_value() - Determine if an entry is a value.
83 * xa_tag_pointer() - Create an XArray entry for a tagged pointer.
101 * xa_untag_pointer() - Turn an XArray entry into a plain pointer.
[all …]
/Linux-v5.15/drivers/gpu/drm/
Ddrm_irq.c11 * and/or sell copies of the Software, and to permit persons to whom the
38 * and/or sell copies of the Software, and to permit persons to whom the
76 return -EINVAL; in drm_legacy_irq_install()
78 if (dev->irq_enabled) in drm_legacy_irq_install()
79 return -EBUSY; in drm_legacy_irq_install()
80 dev->irq_enabled = true; in drm_legacy_irq_install()
85 if (dev->driver->irq_preinstall) in drm_legacy_irq_install()
86 dev->driver->irq_preinstall(dev); in drm_legacy_irq_install()
89 if (dev_is_pci(dev->dev)) in drm_legacy_irq_install()
92 ret = request_irq(irq, dev->driver->irq_handler, in drm_legacy_irq_install()
[all …]
/Linux-v5.15/arch/arm/mach-iop32x/
Dcp6.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * IOP Coprocessor-6 access handler
24 /* permit kernel space cp6 access
/Linux-v5.15/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-v5.15/arch/arm/boot/dts/
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-v5.15/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-v5.15/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-v5.15/drivers/gpu/drm/amd/display/dc/basics/
Dlogger.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
8 * and/or sell copies of the Software, and to permit persons to whom the
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
8 * and/or sell copies of the Software, and to permit persons to whom the
Dbios_parser2.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
8 * and/or sell copies of the Software, and to permit persons to whom the

12345678910>>...46