Searched refs:eat (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/init/ |
D | initramfs.c | 203 static inline void __init eat(unsigned n) in eat() function 219 eat(size); in read_into() 243 eat(n); in do_collect() 284 eat(byte_count); in do_skip() 287 eat(next_header - this_header); in do_skip() 296 eat(1); in do_reset() 377 eat(body_len); in do_copy() 384 eat(byte_count); in do_copy()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 1582 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local 1584 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail() 1585 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 1600 eat = delta; in __pskb_pull_tail() 1604 if (size >= eat) in __pskb_pull_tail() 1606 eat -= size; in __pskb_pull_tail() 1616 if (eat) { in __pskb_pull_tail() 1624 if (list->len <= eat) { in __pskb_pull_tail() 1626 eat -= list->len; in __pskb_pull_tail() 1644 if (!pskb_pull(list, eat)) { in __pskb_pull_tail() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 335 LEON_PI(lda [%glob_tmp] ASI_LEON_MMUREGS, %g0) ! eat SFSR 336 SUN_PI_(lda [%glob_tmp] ASI_M_MMUREGS, %g0) ! eat SFSR
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 118 .Lfix: ret r9 @ let the user eat segfaults
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 23 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 1237 int i, k, eat; in __pskb_trim_head() local 1239 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head() 1240 if (eat) { in __pskb_trim_head() 1241 __skb_pull(skb, eat); in __pskb_trim_head() 1242 len -= eat; in __pskb_trim_head() 1246 eat = len; in __pskb_trim_head() 1252 if (size <= eat) { in __pskb_trim_head() 1254 eat -= size; in __pskb_trim_head() 1257 if (eat) { in __pskb_trim_head() 1258 shinfo->frags[k].page_offset += eat; in __pskb_trim_head() [all …]
|
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 14 (I eat my own dog food)
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 100 event. This will make the CPUs eat a lot more power, but may be useful
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1133 /* eat whitespace */ 1139 /* eat C-style comments */ 1145 /* eat C++-style comments */
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 19 and writing over an existing ldisc will cause demons to eat your computer.
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 291 use, because you never know what will eat your data...)
|
/linux-4.1.27/Documentation/filesystems/ |
D | fuse.txt | 286 system process to eat up diskspace, memory or other
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|