| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt.c | 72 struct rtrs_permit *permit; in __rtrs_get_permit() local 88 permit = get_permit(clt, bit); in __rtrs_get_permit() 89 WARN_ON(permit->mem_id != bit); in __rtrs_get_permit() 90 permit->cpu_id = raw_smp_processor_id(); in __rtrs_get_permit() 91 permit->con_type = con_type; in __rtrs_get_permit() 93 return permit; in __rtrs_get_permit() 97 struct rtrs_permit *permit) in __rtrs_put_permit() argument 99 clear_bit_unlock(permit->mem_id, clt->permits_map); in __rtrs_put_permit() 103 * rtrs_clt_get_permit() - allocates permit for future RDMA operation 105 * @con_type: Type of connection to use with the permit 120 struct rtrs_permit *permit; rtrs_clt_get_permit() local 152 rtrs_clt_put_permit(struct rtrs_clt_sess * clt,struct rtrs_permit * permit) rtrs_clt_put_permit() argument 181 rtrs_permit_to_clt_con(struct rtrs_clt_path * clt_path,struct rtrs_permit * permit) rtrs_permit_to_clt_con() argument 951 rtrs_clt_init_req(struct rtrs_clt_io_req * req,struct rtrs_clt_path * clt_path,void (* conf)(void * priv,int errno),struct rtrs_permit * permit,void * priv,const struct kvec * vec,size_t usr_len,struct scatterlist * sg,size_t sg_cnt,size_t data_len,int dir) rtrs_clt_init_req() argument 985 rtrs_clt_get_req(struct rtrs_clt_path * clt_path,void (* conf)(void * priv,int errno),struct rtrs_permit * permit,void * priv,const struct kvec * vec,size_t usr_len,struct scatterlist * sg,size_t sg_cnt,size_t data_len,int dir) rtrs_clt_get_req() argument 1423 struct rtrs_permit *permit; alloc_permits() local 2989 rtrs_clt_request(int dir,struct rtrs_clt_req_ops * ops,struct rtrs_clt_sess * clt,struct rtrs_permit * permit,const struct kvec * vec,size_t nr,size_t data_len,struct scatterlist * sg,unsigned int sg_cnt) rtrs_clt_request() argument [all...] |
| H A D | rtrs.h | 87 struct rtrs_permit *permit); 104 struct rtrs_clt_sess *sess, struct rtrs_permit *permit,
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 266 * are stopped and put to sleep. If last permit, which has been just put, 294 struct rtrs_permit *permit; in rnbd_get_permit() 296 permit = rtrs_clt_get_permit(sess->rtrs, con_type, wait); in rnbd_get_permit() 297 if (permit) in rnbd_get_permit() 300 * because loser will get NULL as a permit, observe 0 busy in rnbd_get_permit() 305 return permit; 309 struct rtrs_permit *permit) in rnbd_put_permit() 311 rtrs_clt_put_permit(sess->rtrs, permit); in rnbd_put_permit() 325 struct rtrs_permit *permit; in rnbd_get_iu() 331 permit in rnbd_get_iu() 292 struct rtrs_permit *permit; rnbd_get_permit() local 307 rnbd_put_permit(struct rnbd_clt_session * sess,struct rtrs_permit * permit) rnbd_put_permit() argument 323 struct rtrs_permit *permit; rnbd_get_iu() local 993 struct rtrs_permit *permit = iu->permit; rnbd_client_xfer_request() local [all...] |
| /linux/Documentation/usb/ |
| H A D | iuu_phoenix.rst | 67 - 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/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | hw_gpio.h | 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/include/crypto/internal/ |
| H A D | des.h | 20 * 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/fs/smb/server/ |
| H A D | smb_common.c | 652 "Current access mode does not permit SHARE_DELETE", in ksmbd_smb_check_shared_mode() 653 "Current access mode does not permit SHARE_READ", in ksmbd_smb_check_shared_mode() 654 "Current access mode does not permit SHARE_WRITE", in ksmbd_smb_check_shared_mode() 655 "Desired access mode does not permit FILE_READ", in ksmbd_smb_check_shared_mode() 656 "Desired access mode does not permit FILE_WRITE", in ksmbd_smb_check_shared_mode() 657 "Desired access mode does not permit FILE_DELETE", in ksmbd_smb_check_shared_mode()
|
| /linux/Documentation/ABI/testing/ |
| H A D | evm | 26 2 Permit modification of EVM-protected metadata at 49 will enable digital signature validation, permit
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | nommu-mmap.rst | 48 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/crypto/ |
| H A D | dh_helper.c | 103 * 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/Documentation/filesystems/ |
| H A D | afs.rst | 51 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/drivers/clk/ |
| H A D | clkdev.c | 347 * those. This is to permit this function to be called immediately 374 * those. This is to permit this function to be called immediately 403 * those. This is to permit this function to be called immediately
|
| /linux/include/linux/ |
| H A D | xarray.h | 689 * if the @gfp flags permit. 717 * disabling softirqs. May sleep if the @gfp flags permit. 745 * disabling interrupts. May sleep if the @gfp flags permit. 774 * the @gfp flags permit. 804 * disabling softirqs. May sleep if the @gfp flags permit. 834 * disabling interrupts. May sleep if the @gfp flags permit. 867 * the @gfp flags permit. 900 * disabling softirqs. May sleep if the @gfp flags permit. 933 * disabling interrupts. May sleep if the @gfp flags permit. 972 * the @gfp flags permit. [all …]
|
| /linux/sound/soc/sof/xtensa/ |
| H A D | core.c | 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"},
|
| /linux/security/lockdown/ |
| H A D | Kconfig | 43 allow the kernel to be modified at runtime or that permit userland
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | uvd_v4_2.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | navi10_ih.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | gfxhub_v2_0.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | gfx_v6_0.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | ih_v6_1.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | gfxhub_v3_0_3.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | gfx_v10_0.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | mmhub_v3_0.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| H A D | vce_v4_0.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/df/ |
| H A D | df_1_7_default.h | 8 * and/or sell copies of the Software, and to permit persons to whom the
|