Searched refs:eat (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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.4.14/net/core/ |
D | skbuff.c | 1534 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local 1536 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail() 1537 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 1552 eat = delta; in __pskb_pull_tail() 1556 if (size >= eat) in __pskb_pull_tail() 1558 eat -= size; in __pskb_pull_tail() 1568 if (eat) { in __pskb_pull_tail() 1576 if (list->len <= eat) { in __pskb_pull_tail() 1578 eat -= list->len; in __pskb_pull_tail() 1596 if (!pskb_pull(list, eat)) { in __pskb_pull_tail() [all …]
|
/linux-4.4.14/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.4.14/arch/arm/nwfpe/ |
D | entry.S | 119 .Lfix: ret r9 @ let the user eat segfaults
|
/linux-4.4.14/Documentation/input/ |
D | notifier.txt | 23 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
/linux-4.4.14/net/ipv4/ |
D | tcp_output.c | 1226 int i, k, eat; in __pskb_trim_head() local 1228 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head() 1229 if (eat) { in __pskb_trim_head() 1230 __skb_pull(skb, eat); in __pskb_trim_head() 1231 len -= eat; in __pskb_trim_head() 1235 eat = len; in __pskb_trim_head() 1241 if (size <= eat) { in __pskb_trim_head() 1243 eat -= size; in __pskb_trim_head() 1246 if (eat) { in __pskb_trim_head() 1247 shinfo->frags[k].page_offset += eat; in __pskb_trim_head() [all …]
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 14 (I eat my own dog food)
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1161 /* eat whitespace */ 1167 /* eat C-style comments */ 1173 /* eat C++-style comments */
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 103 event. This will make the CPUs eat a lot more power, but may be useful
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 291 use, because you never know what will eat your data...)
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 16 and writing over an existing ldisc will cause demons to eat your computer.
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 286 system process to eat up diskspace, memory or other
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 88 API-sk-eat-skb
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|