| /Linux-v5.4/drivers/s390/crypto/ | 
| D | zcrypt_card.c | 42 	struct zcrypt_card *zc = to_ap_card(dev)->private;  in type_show()  local53 	struct zcrypt_card *zc = to_ap_card(dev)->private;  in online_show()  local
 62 	struct zcrypt_card *zc = to_ap_card(dev)->private;  in online_store()  local
 87 	struct zcrypt_card *zc = to_ap_card(dev)->private;  in load_show()  local
 107 	struct zcrypt_card *zc;  in zcrypt_card_alloc()  local
 119 void zcrypt_card_free(struct zcrypt_card *zc)  in zcrypt_card_free()
 132 void zcrypt_card_get(struct zcrypt_card *zc)  in zcrypt_card_get()
 138 int zcrypt_card_put(struct zcrypt_card *zc)  in zcrypt_card_put()
 150 int zcrypt_card_register(struct zcrypt_card *zc)  in zcrypt_card_register()
 177 void zcrypt_card_unregister(struct zcrypt_card *zc)  in zcrypt_card_unregister()
 
 | 
| D | zcrypt_queue.c | 53 	struct zcrypt_card *zc = zq->zcard;  in online_store()  local158 	struct zcrypt_card *zc;  in zcrypt_queue_register()  local
 208 	struct zcrypt_card *zc;  in zcrypt_queue_unregister()  local
 
 | 
| D | zcrypt_api.c | 569 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc,  in zcrypt_pick_queue()585 static inline void zcrypt_drop_queue(struct zcrypt_card *zc,  in zcrypt_drop_queue()
 598 static inline bool zcrypt_card_compare(struct zcrypt_card *zc,  in zcrypt_card_compare()
 634 	struct zcrypt_card *zc, *pref_zc;  in zcrypt_rsa_modexpo()  local
 718 	struct zcrypt_card *zc, *pref_zc;  in zcrypt_rsa_crt()  local
 802 	struct zcrypt_card *zc, *pref_zc;  in _zcrypt_send_cprb()  local
 926 	struct zcrypt_card *zc, *pref_zc;  in zcrypt_send_ep11_cprb()  local
 1031 	struct zcrypt_card *zc, *pref_zc;  in zcrypt_rng()  local
 1094 	struct zcrypt_card *zc;  in zcrypt_device_status_mask()  local
 1121 	struct zcrypt_card *zc;  in zcrypt_device_status_mask_ext()  local
 [all …]
 
 | 
| D | zcrypt_cex4.c | 82 	struct zcrypt_card *zc = ac->private;  in serialnr_show()  local192 	struct zcrypt_card *zc;  in zcrypt_cex4_card_probe()  local
 332 	struct zcrypt_card *zc = ac->private;  in zcrypt_cex4_card_remove()  local
 
 | 
| D | zcrypt_cex2a.c | 85 	struct zcrypt_card *zc;  in zcrypt_cex2a_card_probe()  local136 	struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private;  in zcrypt_cex2a_card_remove()  local
 
 | 
| D | zcrypt_cex2c.c | 145 	struct zcrypt_card *zc;  in zcrypt_cex2c_card_probe()  local193 	struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private;  in zcrypt_cex2c_card_remove()  local
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-zydacron.c | 50 	struct zc_device *zc = hid_get_drvdata(hdev);  in zc_input_mapping()  local112 	struct zc_device *zc = hid_get_drvdata(hdev);  in zc_raw_event()  local
 167 	struct zc_device *zc;  in zc_probe()  local
 
 | 
| /Linux-v5.4/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 …]
 
 | 
| /Linux-v5.4/net/tls/ | 
| D | tls_sw.c | 1349 			    int *chunk, bool *zc, bool async)  in decrypt_internal()1484 			      struct iov_iter *dest, int *chunk, bool *zc,  in decrypt_skb_update()
 1535 	bool zc = true;  in decrypt_skb()  local
 1576 			   bool zc,  in process_rx_list()
 1725 		bool zc = false;  in tls_sw_recvmsg()  local
 1910 	bool zc = false;  in tls_sw_splice_read()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/net/ | 
| D | tcp_mmap.c | 124 	struct tcp_zerocopy_receive zc;  in child_thread()  local
 | 
| /Linux-v5.4/include/net/ | 
| D | xdp_sock.h | 64 	bool zc;  member87 	bool zc;  member
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp.c | 1188 	bool zc = false;  in tcp_sendmsg_locked()  local1741 				struct tcp_zerocopy_receive *zc)  in tcp_zerocopy_receive()
 3654 		struct tcp_zerocopy_receive zc;  in do_tcp_getsockopt()  local
 
 |