Home
last modified time | relevance | path

Searched refs:eaten (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/strparser/
H A Dstrparser.c96 size_t eaten = 0, cand_len; in __strp_recv() local
169 while (eaten < orig_len) { in __strp_recv()
178 cand_len = orig_len - eaten; in __strp_recv()
188 stm->strp.offset = orig_offset + eaten; in __strp_recv()
222 eaten += cand_len; in __strp_recv()
224 WARN_ON(eaten != orig_len); in __strp_recv()
273 eaten += cand_len; in __strp_recv()
281 eaten += cand_len; in __strp_recv()
282 WARN_ON(eaten != orig_len); in __strp_recv()
292 eaten += (cand_len - extra); in __strp_recv()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/
H A Dconfigure-sbindir.patch2 fix the test, the [ ] syntax was getting eaten by autoconf
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c4688 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4713 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4716 if (!eaten) in tcp_ofo_queue()
4898 int eaten; in tcp_queue_rcv() local
4901 eaten = (tail && in tcp_queue_rcv()
4905 if (!eaten) { in tcp_queue_rcv()
4909 return eaten; in tcp_queue_rcv()
4981 int eaten; in tcp_data_queue() local
5015 eaten = tcp_queue_rcv(sk, skb, &fragstolen); in tcp_data_queue()
5036 if (eaten > 0) in tcp_data_queue()
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst20 discipline even with the same data or your computer again will be eaten by
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt2806 will be eaten.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog61153 subtracted from it to reduce the size of data remaining to be eaten.