/linux/drivers/s390/crypto/ |
H A D | zcrypt_card.c | 43 struct zcrypt_card *zc = dev_get_drvdata(dev); in type_show() local 54 struct zcrypt_card *zc = dev_get_drvdata(dev); in online_show() local 65 struct zcrypt_card *zc = dev_get_drvdata(dev); in online_store() local 120 struct zcrypt_card *zc = dev_get_drvdata(dev); in load_show() local 140 struct zcrypt_card *zc; in zcrypt_card_alloc() local 152 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free() 165 void zcrypt_card_get(struct zcrypt_card *zc) in zcrypt_card_get() 171 int zcrypt_card_put(struct zcrypt_card *zc) in zcrypt_card_put() 183 int zcrypt_card_register(struct zcrypt_card *zc) in zcrypt_card_register() 214 void zcrypt_card_unregister(struct zcrypt_card *zc) in zcrypt_card_unregister()
|
H A D | zcrypt_api.c | 578 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc, in zcrypt_pick_queue() 595 static inline void zcrypt_drop_queue(struct zcrypt_card *zc, in zcrypt_drop_queue() 609 static inline bool zcrypt_card_compare(struct zcrypt_card *zc, in zcrypt_card_compare() 646 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_modexpo() local 751 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_crt() local 857 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_cprb() local 1044 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_ep11_cprb() local 1216 struct zcrypt_card *zc, *pref_zc; in zcrypt_rng() local 1283 struct zcrypt_card *zc; in zcrypt_device_status_mask() local 1311 struct zcrypt_card *zc; in zcrypt_device_status_mask_ext() local [all …]
|
H A D | zcrypt_queue.c | 57 struct zcrypt_card *zc = zq->zcard; in online_store() local 170 struct zcrypt_card *zc; in zcrypt_queue_register() local 218 struct zcrypt_card *zc; in zcrypt_queue_unregister() local
|
/linux/drivers/hid/ |
H A 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
|
/linux/tools/testing/selftests/ublk/ |
H A D | file_backed.c | 5 static enum io_uring_op ublk_to_uring_op(const struct ublksrv_io_desc *iod, int zc) in ublk_to_uring_op() 34 unsigned zc = ublk_queue_use_zc(q); in loop_queue_tgt_rw_io() local
|
H A D | stripe.c | 115 const struct ublksrv_io_desc *iod, int zc) in stripe_to_uring_op() 131 unsigned zc = (ublk_queue_use_zc(q) != 0); in stripe_queue_tgt_rw_io() local
|
H A D | null.c | 120 unsigned zc = ublk_queue_use_zc(q); in ublk_null_queue_io() local
|
/linux/drivers/md/ |
H A D | dm-zone.c | 238 struct dm_device_zone_count *zc = data; in dm_device_count_zones_cb() local 251 struct dm_device_zone_count *zc) in dm_device_count_zones() 278 struct dm_device_zone_count zc = { in device_get_zone_resource_limits() local
|
/linux/net/ipv4/ |
H A D | tcp.c | 1069 int zc = 0; in tcp_sendmsg_locked() local 1887 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb() 1927 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy() 1962 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data() 1986 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover() 2019 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error() 2067 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch() 2095 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp() 2147 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive() 4641 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt() local
|
H A D | ip_output.c | 968 bool zc = false; in __ip_append_data() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 22 struct tcp_zerocopy_receive zc; in getsetsockopt() member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.h | 74 bool __always_unused zc) in ice_realloc_zc_buf()
|
H A D | ice_xsk.c | 349 int ice_realloc_zc_buf(struct ice_vsi *vsi, bool zc) in ice_realloc_zc_buf()
|
/linux/include/net/ |
H A D | xdp_sock.h | 34 bool zc; member 57 bool zc; member
|
/linux/io_uring/ |
H A D | net.c | 1253 struct io_recvzc *zc = io_kiocb_to_cmd(req, struct io_recvzc); in io_recvzc_prep() local 1282 struct io_recvzc *zc = io_kiocb_to_cmd(req, struct io_recvzc); in io_recvzc() local 1318 struct io_sr_msg *zc = io_kiocb_to_cmd(req, struct io_sr_msg); in io_send_zc_cleanup() local 1335 struct io_sr_msg *zc = io_kiocb_to_cmd(req, struct io_sr_msg); in io_send_zc_prep() local 1466 struct io_sr_msg *zc = io_kiocb_to_cmd(req, struct io_sr_msg); in io_send_zc() local
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 2026 static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc, in ZSTD_resetCCtx_internal() 3178 static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t srcSize) in ZSTD_buildSeqStore() 3434 size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs, in ZSTD_generateSequences() 3862 ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize(SeqStore_t* seqStore, ZSTD_CCtx* zc) in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize() 4019 ZSTD_compressSeqStore_singleBlock(ZSTD_CCtx* zc, in ZSTD_compressSeqStore_singleBlock() 4112 ZSTD_CCtx* zc, const SeqStore_t* origSeqStore) in ZSTD_deriveBlockSplitsHelper() 4153 static size_t ZSTD_deriveBlockSplits(ZSTD_CCtx* zc, U32 partitions[], U32 nbSeq) in ZSTD_deriveBlockSplits() 4175 ZSTD_compressBlock_splitBlock_internal(ZSTD_CCtx* zc, in ZSTD_compressBlock_splitBlock_internal() 4268 ZSTD_compressBlock_splitBlock(ZSTD_CCtx* zc, in ZSTD_compressBlock_splitBlock() 4297 ZSTD_compressBlock_internal(ZSTD_CCtx* zc, in ZSTD_compressBlock_internal() [all …]
|
H A D | zstd_compress_superblock.c | 666 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
|
/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 173 struct tcp_zerocopy_receive zc; in child_thread() local
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | 60 int i40e_realloc_rx_bi_zc(struct i40e_vsi *vsi, bool zc) in i40e_realloc_rx_bi_zc()
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep.h | 74 bool zc; member
|
H A D | tsnep_main.c | 733 bool zc) in tsnep_xdp_xmit_back()
|
/linux/include/net/9p/ |
H A D | 9p.h | 559 bool zc; member
|
/linux/net/ipv6/ |
H A D | ip6_output.c | 1441 bool zc = false; in __ip6_append_data() local
|
/linux/drivers/scsi/ |
H A D | scsi_debug.c | 3780 enum sdebug_z_cond zc; in zbc_close_zone() local 3818 enum sdebug_z_cond zc; in zbc_open_zone() local 6112 enum sdebug_z_cond zc; in resp_open_zone() local 6234 enum sdebug_z_cond zc = zsp->z_cond; in zbc_finish_zone() local 6306 enum sdebug_z_cond zc; in zbc_rwp_zone() local
|