Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.15/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c66 struct rtrs_permit *permit; in __rtrs_get_permit() local
82 permit = get_permit(clt, bit); in __rtrs_get_permit()
83 WARN_ON(permit->mem_id != bit); in __rtrs_get_permit()
84 permit->cpu_id = raw_smp_processor_id(); in __rtrs_get_permit()
85 permit->con_type = con_type; in __rtrs_get_permit()
87 return permit; in __rtrs_get_permit()
91 struct rtrs_permit *permit) in __rtrs_put_permit() argument
93 clear_bit_unlock(permit->mem_id, clt->permits_map); in __rtrs_put_permit()
114 struct rtrs_permit *permit; in rtrs_clt_get_permit() local
117 permit = __rtrs_get_permit(clt, con_type); in rtrs_clt_get_permit()
[all …]
Drtrs.h84 void rtrs_clt_put_permit(struct rtrs_clt *sess, struct rtrs_permit *permit);
101 struct rtrs_clt *sess, struct rtrs_permit *permit,
/Linux-v5.15/drivers/block/rnbd/
Drnbd-clt.c320 struct rtrs_permit *permit; in rnbd_get_permit() local
322 permit = rtrs_clt_get_permit(sess->rtrs, con_type, wait); in rnbd_get_permit()
323 if (permit) in rnbd_get_permit()
331 return permit; in rnbd_get_permit()
335 struct rtrs_permit *permit) in rnbd_put_permit() argument
337 rtrs_clt_put_permit(sess->rtrs, permit); in rnbd_put_permit()
351 struct rtrs_permit *permit; in rnbd_get_iu() local
357 permit = rnbd_get_permit(sess, con_type, wait); in rnbd_get_iu()
358 if (!permit) { in rnbd_get_iu()
363 iu->permit = permit; in rnbd_get_iu()
[all …]
Drnbd-clt.h55 struct rtrs_permit *permit; member
/Linux-v5.15/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-v5.15/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage8 stall Set to permit function to halt bulk endpoints.
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dapp-pri.rst13 channel. Another objective is to permit low priority applications
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt16 If set, it will permit noise in the data up to +- the value given to the fuzz
/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
Darm-realview-eb-11mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
Darm-realview-eb-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhubgk104.fuc38 * and/or sell copies of the Software, and to permit persons to whom the
Dhubgk110.fuc38 * 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
Dgpcgf117.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
Dgpcgk110.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
Dgpcgm107.fuc58 * 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
Dhubgk208.fuc58 * 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
/Linux-v5.15/security/lockdown/
DKconfig43 allow the kernel to be modified at runtime or that permit userland
/Linux-v5.15/LICENSES/preferred/
DMIT18 and/or sell copies of the Software, and to permit persons to whom the

12345678910>>...18