Home
last modified time | relevance | path

Searched refs:f_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/powerpc/perf/req-gen/
Dperf.h78 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) \ argument
111 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
135 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c1267 long f_size = skb_headlen(skb) - sh_len; /* current fragment size */ in nicvf_tso_count_subdescs() local
1279 while (f_used >= f_size) { in nicvf_tso_count_subdescs()
1281 f_size = skb_frag_size(&sh->frags[f_id]); in nicvf_tso_count_subdescs()
1287 if (n > f_size - f_used) in nicvf_tso_count_subdescs()
1288 n = f_size - f_used; in nicvf_tso_count_subdescs()
/Linux-v5.15/fs/nfsd/
Dnfs4xdr.c4794 loff_t f_size = i_size_read(file_inode(file)); in nfsd4_encode_read_plus_hole() local
4799 data_pos = f_size; in nfsd4_encode_read_plus_hole()
4800 else if (data_pos <= read->rd_offset || (data_pos < f_size && data_pos % PAGE_SIZE)) in nfsd4_encode_read_plus_hole()
4801 return nfsd4_encode_read_plus_data(resp, read, maxcount, eof, &f_size); in nfsd4_encode_read_plus_hole()
4813 *eof = (read->rd_offset + count) >= f_size; in nfsd4_encode_read_plus_hole()
/Linux-v5.15/drivers/net/ethernet/atheros/atlx/
Datl1.c2362 unsigned int f_size = skb_frag_size(&skb_shinfo(skb)->frags[f]); in atl1_xmit_frame() local
2363 count += (f_size + ATL1_MAX_TX_BUF_LEN - 1) / in atl1_xmit_frame()