/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_card.c | 42 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show() local 54 struct zcrypt_card *zc = ac->private; in online_show() local 65 struct zcrypt_card *zc = ac->private; in online_store() local 93 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show() local 113 struct zcrypt_card *zc; in zcrypt_card_alloc() local 125 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free() 138 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get() 144 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put() 156 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register() 186 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()
|
D | zcrypt_cex4.c | 83 struct zcrypt_card *zc = ac->private; in cca_serialnr_show() local 195 struct zcrypt_card *zc = ac->private; in ep11_api_ordinalnr_show() local 216 struct zcrypt_card *zc = ac->private; in ep11_fw_version_show() local 239 struct zcrypt_card *zc = ac->private; in ep11_serialnr_show() local 273 struct zcrypt_card *zc = ac->private; in ep11_card_op_modes_show() local 440 struct zcrypt_card *zc; in zcrypt_cex4_card_probe() local 578 struct zcrypt_card *zc = ac->private; in zcrypt_cex4_card_remove() local
|
D | zcrypt_queue.c | 56 struct zcrypt_card *zc = zq->zcard; in online_store() local 163 struct zcrypt_card *zc; in zcrypt_queue_register() local 211 struct zcrypt_card *zc; in zcrypt_queue_unregister() local
|
D | zcrypt_api.c | 571 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc, in zcrypt_pick_queue() 587 static inline void zcrypt_drop_queue(struct zcrypt_card *zc, in zcrypt_drop_queue() 600 static inline bool zcrypt_card_compare(struct zcrypt_card *zc, in zcrypt_card_compare() 637 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_modexpo() local 745 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_crt() local 853 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_cprb() local 1014 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_ep11_cprb() local 1144 struct zcrypt_card *zc, *pref_zc; in zcrypt_rng() local 1208 struct zcrypt_card *zc; in zcrypt_device_status_mask() local 1235 struct zcrypt_card *zc; in zcrypt_device_status_mask_ext() local [all …]
|
D | zcrypt_cex2a.c | 85 struct zcrypt_card *zc; in zcrypt_cex2a_card_probe() local 134 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2a_card_remove() local
|
D | zcrypt_cex2c.c | 71 struct zcrypt_card *zc = ac->private; in cca_serialnr_show() local 257 struct zcrypt_card *zc; in zcrypt_cex2c_card_probe() local 315 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2c_card_remove() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-zydacron.c | 50 struct zc_device *zc = hid_get_drvdata(hdev); in zc_input_mapping() local 112 struct zc_device *zc = hid_get_drvdata(hdev); in zc_raw_event() local 167 struct zc_device *zc; in zc_probe() local
|
/kernel/linux/linux-5.10/lib/zstd/ |
D | zstd_opt.h | 215 U32 ZSTD_insertAndFindFirstIndexHash3(ZSTD_CCtx *zc, const BYTE *ip) in ZSTD_insertAndFindFirstIndexHash3() 235 static U32 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLi… in ZSTD_insertBtAndGetAllMatches() 356 static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, cons… in ZSTD_BtGetAllMatches() 365 static U32 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, /* Index table will be updated */ in ZSTD_BtGetAllMatches_selectMLS() 380 static U32 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLim… in ZSTD_BtGetAllMatches_extDict() 389 static U32 ZSTD_BtGetAllMatches_selectMLS_extDict(ZSTD_CCtx *zc, /* Index table will be updated */ in ZSTD_BtGetAllMatches_selectMLS_extDict()
|
D | compress.c | 242 static size_t ZSTD_resetCCtx_advanced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, … in ZSTD_resetCCtx_advanced() 410 static void ZSTD_reduceIndex(ZSTD_CCtx *zc, const U32 reducerValue) in ZSTD_reduceIndex() 482 static size_t ZSTD_compressLiterals(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, const void *src, … in ZSTD_compressLiterals() 586 ZSTD_STATIC size_t ZSTD_compressSequences_internal(ZSTD_CCtx *zc, void *dst, size_t dstCapacity) in ZSTD_compressSequences_internal() 832 ZSTD_STATIC size_t ZSTD_compressSequences(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, size_t srcS… in ZSTD_compressSequences() 992 static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls) in ZSTD_fillHashTable() 1561 static U32 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const ien… in ZSTD_insertBt1() 1643 static size_t ZSTD_insertBtAndFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const … in ZSTD_insertBtAndFindBestMatch() 1724 static void ZSTD_updateTree(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, const U32 … in ZSTD_updateTree() 1735 static size_t ZSTD_BtFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, s… in ZSTD_BtFindBestMatch() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | xdp_sock.h | 30 bool zc; member 52 bool zc; member
|
/kernel/linux/linux-5.10/net/tls/ |
D | tls_sw.c | 1415 int *chunk, bool *zc, bool async) in decrypt_internal() 1550 struct iov_iter *dest, int *chunk, bool *zc, in decrypt_skb_update() 1603 bool zc = true; in decrypt_skb() local 1644 bool zc, in process_rx_list() 1796 bool zc = false; in tls_sw_recvmsg() local 2002 bool zc = false; in tls_sw_splice_read() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp.c | 1199 bool zc = false; in tcp_sendmsg_locked() local 1777 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data() 1802 static int tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc, in tcp_zerocopy_handle_leftover_data() 1829 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_vm_insert_batch() 1854 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_receive() 3941 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | tcp_mmap.c | 151 struct tcp_zerocopy_receive zc; in child_thread() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_xsk.c | 62 int i40e_realloc_rx_bi_zc(struct i40e_vsi *vsi, bool zc) in i40e_realloc_rx_bi_zc()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_debug.c | 2690 enum sdebug_z_cond zc; in zbc_close_zone() local 2728 enum sdebug_z_cond zc; in zbc_open_zone() local 4465 enum sdebug_z_cond zc; in resp_open_zone() local 4590 enum sdebug_z_cond zc = zsp->z_cond; in zbc_finish_zone() local 4663 enum sdebug_z_cond zc; in zbc_rwp_zone() local
|