Home
last modified time | relevance | path

Searched full:permit (Results 1 – 25 of 3545) sorted by relevance

12345678910>>...142

/Linux-v6.1/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c70 struct rtrs_permit *permit; in __rtrs_get_permit() local
86 permit = get_permit(clt, bit); in __rtrs_get_permit()
87 WARN_ON(permit->mem_id != bit); in __rtrs_get_permit()
88 permit->cpu_id = raw_smp_processor_id(); in __rtrs_get_permit()
89 permit->con_type = con_type; in __rtrs_get_permit()
91 return permit; in __rtrs_get_permit()
95 struct rtrs_permit *permit) in __rtrs_put_permit() argument
97 clear_bit_unlock(permit->mem_id, clt->permits_map); in __rtrs_put_permit()
101 * rtrs_clt_get_permit() - allocates permit for future RDMA operation
103 * @con_type: Type of connection to use with the permit
[all …]
Drtrs.h85 struct rtrs_permit *permit);
102 struct rtrs_clt_sess *sess, struct rtrs_permit *permit,
/Linux-v6.1/drivers/block/rnbd/
Drnbd-clt.c264 * are stopped and put to sleep. If last permit, which has been just put,
292 struct rtrs_permit *permit; in rnbd_get_permit() local
294 permit = rtrs_clt_get_permit(sess->rtrs, con_type, wait); in rnbd_get_permit()
295 if (permit) in rnbd_get_permit()
298 * because loser will get NULL as a permit, observe 0 busy in rnbd_get_permit()
303 return permit; in rnbd_get_permit()
307 struct rtrs_permit *permit) in rnbd_put_permit() argument
309 rtrs_clt_put_permit(sess->rtrs, permit); in rnbd_put_permit()
323 struct rtrs_permit *permit; in rnbd_get_iu() local
329 permit = rnbd_get_permit(sess, con_type, wait); in rnbd_get_iu()
[all …]
/Linux-v6.1/fs/ksmbd/
Dsmb_common.c499 "Current access mode does not permit SHARE_DELETE",
500 "Current access mode does not permit SHARE_READ",
501 "Current access mode does not permit SHARE_WRITE",
502 "Desired access mode does not permit FILE_READ",
503 "Desired access mode does not permit FILE_WRITE",
504 "Desired access mode does not permit FILE_DELETE",
/Linux-v6.1/Documentation/usb/
Diuu_phoenix.rst67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer )
72 So I have added this option to permit him to see a lot of color ( each activity change the color
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_gpio.h8 * and/or sell copies of the Software, and to permit persons to whom the
75 * These members permit the use of common code
/Linux-v6.1/include/crypto/internal/
Ddes.h20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
/Linux-v6.1/Documentation/ABI/testing/
Devm26 2 Permit modification of EVM-protected metadata at
49 will enable digital signature validation, permit
/Linux-v6.1/Documentation/admin-guide/mm/
Dnommu-mmap.rst48 and mtd might all permit this.
50 - If the backing device can't or won't permit direct sharing,
142 to permit this, otherwise the flag will be ignored.
253 of pages and permit mappings to be made on that.
/Linux-v6.1/crypto/
Ddh_helper.c103 * Don't permit the buffer for 'key' or 'g' to be larger than 'p', since in crypto_dh_decode_key()
111 * Don't permit 'p' to be 0. It's not a prime number, and it's subject in crypto_dh_decode_key()
/Linux-v6.1/Documentation/filesystems/
Dafs.rst51 CONFIG_AF_RXRPC_DEBUG - Permit AF_RXRPC debugging to be enabled
52 CONFIG_AFS_DEBUG - Permit AFS debugging to be enabled
54 They permit the debugging messages to be turned on dynamically by manipulating
/Linux-v6.1/drivers/gpu/drm/amd/display/modules/inc/
Dmod_freesync.h8 * and/or sell copies of the Software, and to permit persons to whom the
36 * and/or sell copies of the Software, and to permit persons to whom the
/Linux-v6.1/drivers/clk/
Dclkdev.c310 * those. This is to permit this function to be called immediately
337 * those. This is to permit this function to be called immediately
366 * those. This is to permit this function to be called immediately
/Linux-v6.1/sound/soc/sof/xtensa/
Dcore.c56 …"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"},
/Linux-v6.1/include/linux/
Dxarray.h685 * if the @gfp flags permit.
713 * disabling softirqs. May sleep if the @gfp flags permit.
741 * disabling interrupts. May sleep if the @gfp flags permit.
770 * the @gfp flags permit.
800 * disabling softirqs. May sleep if the @gfp flags permit.
830 * disabling interrupts. May sleep if the @gfp flags permit.
860 * the @gfp flags permit.
890 * disabling softirqs. May sleep if the @gfp flags permit.
920 * disabling interrupts. May sleep if the @gfp flags permit.
953 * the @gfp flags permit.
[all …]
Dintel-svm.h21 * A future API addition may permit the use of such ranges, by means of an
/Linux-v6.1/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
/Linux-v6.1/security/lockdown/
DKconfig43 allow the kernel to be modified at runtime or that permit userland
/Linux-v6.1/drivers/gpu/drm/amd/include/asic_reg/df/
Ddf_1_7_default.h8 * and/or sell copies of the Software, and to permit persons to whom the
Ddf_3_6_default.h8 * and/or sell copies of the Software, and to permit persons to whom the
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dmca_v3_0.h8 * and/or sell copies of the Software, and to permit persons to whom the
Dmes_v10_1.h8 * and/or sell copies of the Software, and to permit persons to whom the
Dmes_v11_0.h8 * and/or sell copies of the Software, and to permit persons to whom the
Dmmhub_v2_0.h8 * and/or sell copies of the Software, and to permit persons to whom the
Dmmhub_v2_3.h8 * and/or sell copies of the Software, and to permit persons to whom the

12345678910>>...142