Searched refs:f_used (Results 1 – 2 of 2) sorted by relevance
1684 long f_used = 0; /* bytes used from the current fragment */ in tso_count_edescs() local1697 while (f_used >= f_size) { in tso_count_edescs()1700 f_used = 0; in tso_count_edescs()1705 if (n > f_size - f_used) in tso_count_edescs()1706 n = f_size - f_used; in tso_count_edescs()1707 f_used += n; in tso_count_edescs()1737 long f_used = 0; /* bytes used from the current fragment */ in tso_headers_prepare() local1801 while (f_used >= f_size) { in tso_headers_prepare()1804 f_used = 0; in tso_headers_prepare()1809 if (n > f_size - f_used) in tso_headers_prepare()[all …]
940 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local951 while (f_used >= f_size) { in nicvf_tso_count_subdescs()954 f_used = 0; in nicvf_tso_count_subdescs()959 if (n > f_size - f_used) in nicvf_tso_count_subdescs()960 n = f_size - f_used; in nicvf_tso_count_subdescs()961 f_used += n; in nicvf_tso_count_subdescs()