Home
last modified time | relevance | path

Searched refs:eat (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/init/
Dinitramfs.c198 static inline void __init eat(unsigned n) in eat() function
213 eat(size); in read_into()
237 eat(n); in do_collect()
278 eat(byte_count); in do_skip()
281 eat(next_header - this_header); in do_skip()
290 eat(1); in do_reset()
379 eat(body_len); in do_copy()
386 eat(byte_count); in do_copy()
/Linux-v5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c93 unsigned int todo, eat, len; in meson_cipher() local
161 eat = 0; in meson_cipher()
163 while (keyivlen > eat) { in meson_cipher()
166 todo = min(keyivlen - eat, 16u); in meson_cipher()
172 eat += todo; in meson_cipher()
/Linux-v5.10/net/tipc/
Dmsg.c321 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
339 eat = dmax; in tipc_msg_fragment()
341 eat = dsz % dmax; in tipc_msg_fragment()
343 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
350 skb_copy_to_linear_data_offset(_skb, INT_H_SIZE, data, eat); in tipc_msg_fragment()
351 data += eat; in tipc_msg_fragment()
356 msg_set_size(_hdr, INT_H_SIZE + eat); in tipc_msg_fragment()
/Linux-v5.10/net/core/
Dskbuff.c2050 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local
2052 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail()
2053 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2068 eat = delta; in __pskb_pull_tail()
2072 if (size >= eat) in __pskb_pull_tail()
2074 eat -= size; in __pskb_pull_tail()
2084 if (eat) { in __pskb_pull_tail()
2090 if (list->len <= eat) { in __pskb_pull_tail()
2092 eat -= list->len; in __pskb_pull_tail()
2110 if (!pskb_pull(list, eat)) { in __pskb_pull_tail()
[all …]
/Linux-v5.10/arch/sparc/kernel/
Dwof.S336 LEON_PI(lda [%glob_tmp] ASI_LEON_MMUREGS, %g0) ! eat SFSR
337 SUN_PI_(lda [%glob_tmp] ASI_M_MMUREGS, %g0) ! eat SFSR
/Linux-v5.10/arch/arm/nwfpe/
Dentry.S107 .Lfix: ret r9 @ let the user eat segfaults
/Linux-v5.10/Documentation/input/
Dnotifier.rst25 order to "eat" the event: the notify loop is stopped and the keyboard event is
/Linux-v5.10/net/ipv4/
Dtcp_output.c1633 int i, k, eat; in __pskb_trim_head() local
1635 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head()
1636 if (eat) { in __pskb_trim_head()
1637 __skb_pull(skb, eat); in __pskb_trim_head()
1638 len -= eat; in __pskb_trim_head()
1642 eat = len; in __pskb_trim_head()
1648 if (size <= eat) { in __pskb_trim_head()
1650 eat -= size; in __pskb_trim_head()
1653 if (eat) { in __pskb_trim_head()
1654 skb_frag_off_add(&shinfo->frags[k], eat); in __pskb_trim_head()
[all …]
/Linux-v5.10/Documentation/fb/
Dsstfb.rst18 (I eat my own dog food)
/Linux-v5.10/drivers/mtd/
DKconfig162 use, because you never know what will eat your data...)
/Linux-v5.10/Documentation/x86/x86_64/
Dboot-options.rst119 event. This will make the CPUs eat a lot more power, but may be useful
/Linux-v5.10/Documentation/driver-api/serial/
Dtty.rst17 and writing over an existing ldisc will cause demons to eat your computer.
/Linux-v5.10/Documentation/filesystems/
Dfuse.rst270 system process to eat up diskspace, memory or other
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic79xx.seq2237 * BITBUCKET, flip that on and let the hardware eat any overrun