Searched refs:sync_size (Results 1 – 3 of 3) sorted by relevance
| /linux/net/tls/ |
| H A D | tls_device_fallback.c | 217 s32 *sync_size, in fill_sg_in() 235 *sync_size = tcp_seq - tls_record_start_seq(record); in fill_sg_in() 236 if (*sync_size < 0) { in fill_sg_in() 251 *sync_size = 0; in fill_sg_in() 255 remaining = *sync_size; in fill_sg_in() 282 int sync_size, in fill_sg_out() 288 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out() 291 dummy_buf += sync_size; in fill_sg_out() 299 s32 sync_size, u64 rcd_sn) in tls_enc_skb() 318 sync_size in tls_enc_skb() 220 fill_sg_in(struct scatterlist * sg_in,struct sk_buff * skb,struct tls_offload_context_tx * ctx,u64 * rcd_sn,s32 * sync_size,int * resync_sgs) fill_sg_in() argument 285 fill_sg_out(struct scatterlist sg_out[3],void * buf,struct tls_context * tls_ctx,struct sk_buff * nskb,int tcp_payload_offset,int payload_len,int sync_size,void * dummy_buf) fill_sg_out() argument 302 tls_enc_skb(struct tls_context * tls_ctx,struct scatterlist sg_out[3],struct scatterlist * sg_in,struct sk_buff * skb,s32 sync_size,u64 rcd_sn) tls_enc_skb() argument 374 s32 sync_size = 0; tls_sw_fallback() local [all...] |
| /linux/drivers/md/ |
| H A D | md-cluster.c | 1229 unsigned long sync_size = 0; in cluster_check_sync_size() local 1238 my_sync_size = stats.sync_size; in cluster_check_sync_size() 1273 if (sync_size == 0) { in cluster_check_sync_size() 1274 sync_size = stats.sync_size; in cluster_check_sync_size() 1275 } else if (sync_size != stats.sync_size) { in cluster_check_sync_size() 1282 return (my_sync_size == sync_size) ? 0 : -1; in cluster_check_sync_size()
|
| H A D | md-bitmap.c | 705 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in bitmap_update_sb() 742 (unsigned long long)le64_to_cpu(sb->sync_size)/2); in bitmap_print_sb() 801 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_new_disk_sb() 911 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_read_sb() 2348 stats->sync_size = le64_to_cpu(sb->sync_size); in bitmap_get_stats()
|