Searched refs:eat (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/init/ |
D | initramfs.c | 195 static inline void __init eat(unsigned n) in eat() function 211 eat(size); in read_into() 235 eat(n); in do_collect() 276 eat(byte_count); in do_skip() 279 eat(next_header - this_header); in do_skip() 288 eat(1); in do_reset() 369 eat(body_len); in do_copy() 376 eat(byte_count); in do_copy()
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 1888 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local 1890 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail() 1891 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 1906 eat = delta; in __pskb_pull_tail() 1910 if (size >= eat) in __pskb_pull_tail() 1912 eat -= size; in __pskb_pull_tail() 1922 if (eat) { in __pskb_pull_tail() 1930 if (list->len <= eat) { in __pskb_pull_tail() 1932 eat -= list->len; in __pskb_pull_tail() 1950 if (!pskb_pull(list, eat)) { in __pskb_pull_tail() [all …]
|
/Linux-v4.19/arch/sparc/kernel/ |
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-v4.19/arch/arm/nwfpe/ |
D | entry.S | 119 .Lfix: ret r9 @ let the user eat segfaults
|
/Linux-v4.19/Documentation/input/ |
D | notifier.rst | 25 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
/Linux-v4.19/net/ipv4/ |
D | tcp_output.c | 1370 int i, k, eat; in __pskb_trim_head() local 1372 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head() 1373 if (eat) { in __pskb_trim_head() 1374 __skb_pull(skb, eat); in __pskb_trim_head() 1375 len -= eat; in __pskb_trim_head() 1379 eat = len; in __pskb_trim_head() 1385 if (size <= eat) { in __pskb_trim_head() 1387 eat -= size; in __pskb_trim_head() 1390 if (eat) { in __pskb_trim_head() 1391 shinfo->frags[k].page_offset += eat; in __pskb_trim_head() [all …]
|
/Linux-v4.19/Documentation/fb/ |
D | sstfb.txt | 14 (I eat my own dog food)
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 104 event. This will make the CPUs eat a lot more power, but may be useful
|
/Linux-v4.19/drivers/mtd/ |
D | Kconfig | 294 use, because you never know what will eat your data...)
|
/Linux-v4.19/Documentation/serial/ |
D | tty.txt | 16 and writing over an existing ldisc will cause demons to eat your computer.
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 286 system process to eat up diskspace, memory or other
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|