| /linux/init/ |
| H A D | initramfs.c | 232 static inline void __init eat(unsigned n) in eat() function 247 eat(size); in read_into() 271 eat(n); in do_collect() 315 eat(byte_count); in do_skip() 318 eat(next_header - this_header); in do_skip() 327 eat(1); in do_reset() 424 eat(body_len); in do_copy() 431 eat(byte_count); in do_copy()
|
| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 93 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/net/tipc/ |
| H A D | msg.c | 313 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local 331 eat = dmax; in tipc_msg_fragment() 333 eat = dsz % dmax; in tipc_msg_fragment() 335 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment() 342 skb_copy_to_linear_data_offset(_skb, INT_H_SIZE, data, eat); in tipc_msg_fragment() 343 data += eat; in tipc_msg_fragment() 348 msg_set_size(_hdr, INT_H_SIZE + eat); in tipc_msg_fragment()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-selftest.c | 45 int eat; in xgbe_test_loopback_validate() local 51 eat = (skb->tail + skb->data_len) - skb->end; in xgbe_test_loopback_validate() 52 if (eat > 0 && skb_shared(skb)) { in xgbe_test_loopback_validate()
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 901 @eat($($name $attr,)*), 921 @eat($($name $attr,)*), 932 @eat($name:ident $attr:literal, $($rname:ident $rattr:literal,)*), 943 @eat($($rname $rattr,)*), 969 @eat(),
|
| /linux/net/core/ |
| H A D | gro.c | 192 unsigned int eat = offset - headlen; in skb_gro_receive() local 194 skb_frag_off_add(&skbinfo->frags[0], eat); in skb_gro_receive() 195 skb_frag_size_sub(&skbinfo->frags[0], eat); in skb_gro_receive() 196 skb->data_len -= eat; in skb_gro_receive() 197 skb->len -= eat; in skb_gro_receive()
|
| H A D | skbuff.c | 2875 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local 2880 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail() 2881 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 2896 eat = delta; in __pskb_pull_tail() 2900 if (size >= eat) in __pskb_pull_tail() 2902 eat -= size; in __pskb_pull_tail() 2912 if (eat) { in __pskb_pull_tail() 2918 if (list->len <= eat) { in __pskb_pull_tail() 2920 eat -= list->len; in __pskb_pull_tail() 2941 if (!pskb_pull(list, eat)) { in __pskb_pull_tail() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | wof.S | 336 LEON_PI(lda [%glob_tmp] ASI_LEON_MMUREGS, %g0) ! eat SFSR 337 SUN_PI_(lda [%glob_tmp] ASI_M_MMUREGS, %g0) ! eat SFSR
|
| /linux/Documentation/input/ |
| H A D | notifier.rst | 26 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
| /linux/arch/arm/nwfpe/ |
| H A D | entry.S | 109 .Lfix: ret r9 @ let the user eat segfaults
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1919 int i, k, eat; in __tcp_mtu_to_mss() 1922 eat = len; in __tcp_mtu_to_mss() 1928 if (size <= eat) { in __tcp_mtu_to_mss() 1930 eat -= size; in __tcp_mtu_to_mss() 1933 if (eat) { in __tcp_mtu_to_mss() 1934 skb_frag_off_add(&shinfo->frags[k], eat); 1935 skb_frag_size_sub(&shinfo->frags[k], eat); 1936 eat = 0; in tcp_mtu_to_mss() 2638 /* tcp_mtu_probe() and tcp_grow_skb() can both eat an skb (src) if in tcp_mtu_probe() 1857 int i, k, eat; __pskb_trim_head() local
|
| /linux/Documentation/fb/ |
| H A D | sstfb.rst | 18 (I eat my own dog food)
|
| /linux/drivers/mtd/ |
| H A D | Kconfig | 165 use, because you never know what will eat your data...)
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 284 system process to eat up diskspace, memory or other
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2259 make the CPUs eat a lot more power, but may be useful
|