Home
last modified time | relevance | path

Searched refs:permit (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c64 struct rtrs_permit *permit; in __rtrs_get_permit() local
80 permit = get_permit(clt, bit); in __rtrs_get_permit()
81 WARN_ON(permit->mem_id != bit); in __rtrs_get_permit()
82 permit->cpu_id = raw_smp_processor_id(); in __rtrs_get_permit()
83 permit->con_type = con_type; in __rtrs_get_permit()
85 return permit; in __rtrs_get_permit()
89 struct rtrs_permit *permit) in __rtrs_put_permit() argument
91 clear_bit_unlock(permit->mem_id, clt->permits_map); in __rtrs_put_permit()
112 struct rtrs_permit *permit; in rtrs_clt_get_permit() local
115 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit()
[all …]
Drtrs.h71 void *rtrs_permit_to_pdu(struct rtrs_permit *permit);
93 void rtrs_clt_put_permit(struct rtrs_clt *sess, struct rtrs_permit *permit);
110 struct rtrs_clt *sess, struct rtrs_permit *permit,
/kernel/linux/linux-5.10/drivers/block/rnbd/
Drnbd-clt.c316 struct rtrs_permit *permit; in rnbd_get_permit() local
318 permit = rtrs_clt_get_permit(sess->rtrs, con_type, in rnbd_get_permit()
321 if (likely(permit)) in rnbd_get_permit()
329 return permit; in rnbd_get_permit()
333 struct rtrs_permit *permit) in rnbd_put_permit() argument
335 rtrs_clt_put_permit(sess->rtrs, permit); in rnbd_put_permit()
349 struct rtrs_permit *permit; in rnbd_get_iu() local
351 permit = rnbd_get_permit(sess, con_type, in rnbd_get_iu()
354 if (unlikely(!permit)) in rnbd_get_iu()
356 iu = rtrs_permit_to_pdu(permit); in rnbd_get_iu()
[all …]
Drnbd-clt.h52 struct rtrs_permit *permit; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage8 stall Set to permit function to halt bulk endpoints.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt16 If set, it will permit noise in the data up to +- the value given to the fuzz
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dapp-pri.rst13 channel. Another objective is to permit low priority applications
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darm-realview-eb-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
Darm-realview-eb-a9mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
Darm-realview-eb-11mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
Darm-realview-eb-11mp-bbrevd-ctrevb.dts8 * copies of the Software, and to permit persons to whom the Software is
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhubgk110.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dhubgk104.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgk110.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgf117.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dhubgm107.fuc58 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgm107.fuc58 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgf100.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgk104.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dhubgf100.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dhubgf117.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dgpcgk208.fuc58 * and/or sell copies of the Software, and to permit persons to whom the
/kernel/linux/linux-5.10/security/lockdown/
DKconfig43 allow the kernel to be modified at runtime or that permit userland
/kernel/linux/linux-5.10/LICENSES/preferred/
DMIT18 and/or sell copies of the Software, and to permit persons to whom the

12345678910>>...18