Home
last modified time | relevance | path

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

/linux/init/
A Dinitramfs.c211 static inline void __init eat(unsigned n) in eat() function
226 eat(size); in read_into()
250 eat(n); in do_collect()
291 eat(byte_count); in do_skip()
294 eat(next_header - this_header); in do_skip()
303 eat(1); in do_reset()
392 eat(body_len); in do_copy()
399 eat(byte_count); in do_copy()
/linux/drivers/crypto/amlogic/
A 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/net/tipc/
A Dmsg.c309 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
327 eat = dmax; in tipc_msg_fragment()
329 eat = dsz % dmax; in tipc_msg_fragment()
331 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
338 skb_copy_to_linear_data_offset(_skb, INT_H_SIZE, data, eat); in tipc_msg_fragment()
339 data += eat; in tipc_msg_fragment()
344 msg_set_size(_hdr, INT_H_SIZE + eat); in tipc_msg_fragment()
/linux/net/core/
A Dskbuff.c2189 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2204 eat = delta; in __pskb_pull_tail()
2208 if (size >= eat) in __pskb_pull_tail()
2210 eat -= size; in __pskb_pull_tail()
2220 if (eat) { in __pskb_pull_tail()
2252 } while (eat); in __pskb_pull_tail()
2268 eat = delta; in __pskb_pull_tail()
2275 eat -= size; in __pskb_pull_tail()
2280 if (eat) { in __pskb_pull_tail()
2285 eat = 0; in __pskb_pull_tail()
[all …]
/linux/arch/sparc/kernel/
A 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/arch/arm/nwfpe/
A Dentry.S107 .Lfix: ret r9 @ let the user eat segfaults
/linux/net/ipv4/
A Dtcp_output.c1630 int i, k, eat; in __pskb_trim_head() local
1632 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head()
1633 if (eat) { in __pskb_trim_head()
1634 __skb_pull(skb, eat); in __pskb_trim_head()
1635 len -= eat; in __pskb_trim_head()
1639 eat = len; in __pskb_trim_head()
1645 if (size <= eat) { in __pskb_trim_head()
1647 eat -= size; in __pskb_trim_head()
1650 if (eat) { in __pskb_trim_head()
1651 skb_frag_off_add(&shinfo->frags[k], eat); in __pskb_trim_head()
[all …]
/linux/Documentation/input/
A Dnotifier.rst26 order to "eat" the event: the notify loop is stopped and the keyboard event is
/linux/fs/ntfs3/
A Dattrib.c1778 CLST vcn1, eat, next_svcn; in attr_collapse_range() local
1785 eat = min(end, evcn1) - vcn1; in attr_collapse_range()
1787 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range()
1792 if (!run_collapse_range(run, vcn1, eat)) { in attr_collapse_range()
1806 err = mi_pack_runs(mi, attr, run, evcn1 - svcn - eat); in attr_collapse_range()
1811 if (next_svcn + eat < evcn1) { in attr_collapse_range()
1814 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range()
A Drun.c491 size_t index, eat; in run_collapse_range() local
543 eat = eat_end - eat_start; in run_collapse_range()
545 run->count -= eat; in run_collapse_range()
/linux/Documentation/fb/
A Dsstfb.rst18 (I eat my own dog food)
/linux/drivers/mtd/
A DKconfig165 use, because you never know what will eat your data...)
/linux/Documentation/x86/x86_64/
A Dboot-options.rst119 event. This will make the CPUs eat a lot more power, but may be useful
/linux/Documentation/driver-api/serial/
A Dtty.rst17 and writing over an existing ldisc will cause demons to eat your computer.
/linux/Documentation/filesystems/
A Dfuse.rst270 system process to eat up diskspace, memory or other
/linux/drivers/scsi/aic7xxx/
A Daic79xx.seq2237 * BITBUCKET, flip that on and let the hardware eat any overrun
/linux/
A DSystem.map121914 ffff800011781f74 t eat
A D.tmp_System.map121914 ffff800011781f74 t eat

Completed in 375 milliseconds