Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Dinitramfs.c228 static inline void __init eat(unsigned n) in eat() function
243 eat(size); in read_into()
267 eat(n); in do_collect()
311 eat(byte_count); in do_skip()
314 eat(next_header - this_header); in do_skip()
323 eat(1); in do_reset()
411 eat(body_len); in do_copy()
418 eat(byte_count); in do_copy()
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c177 XiveEAS *eas = &xive->eat[i]; in spapr_xive_pic_print_info()
265 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset()
337 xive->eat = g_new0(XiveEAS, xive->nr_irqs); in spapr_xive_realize()
370 *eas = xive->eat[eas_idx]; in spapr_xive_get_eas()
600 if (xive_eas_is_valid(&xive->eat[lisn])) { in spapr_xive_claim_irq()
960 if (!xive_eas_is_valid(&xive->eat[lisn])) { in h_int_get_source_info()
1077 eas = xive->eat[lisn]; in h_int_set_source_config()
1129 xive->eat[lisn] = new_eas; in h_int_set_source_config()
1184 eas = xive->eat[lisn]; in h_int_get_source_config()
1709 eas = xive->eat[lisn]; in h_int_esb()
[all …]
H A Dspapr_xive_kvm.c262 if (!xive_eas_is_valid(&xive->eat[i])) { in kvmppc_xive_source_reset()
339 if (!xive_eas_is_valid(&xive->eat[i])) { in kvmppc_xive_source_get_state()
518 if (!xive_eas_is_valid(&xive->eat[i])) { in kvmppc_xive_change_state_handler()
546 if (!xive_eas_is_valid(&xive->eat[i])) { in kvmppc_xive_change_state_handler()
651 if (!xive_eas_is_valid(&xive->eat[i])) { in kvmppc_xive_post_load()
665 ret = kvmppc_xive_set_source_config(xive, i, &xive->eat[i], &local_err); in kvmppc_xive_post_load()
/openbmc/linux/drivers/crypto/amlogic/
H 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()
/openbmc/linux/net/tipc/
H A Dmsg.c313 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()
/openbmc/linux/net/core/
H A Dgro.c203 unsigned int eat = offset - headlen; in skb_gro_receive() local
205 skb_frag_off_add(&skbinfo->frags[0], eat); in skb_gro_receive()
206 skb_frag_size_sub(&skbinfo->frags[0], eat); in skb_gro_receive()
207 skb->data_len -= eat; in skb_gro_receive()
208 skb->len -= eat; in skb_gro_receive()
H A Dskbuff.c2661 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2676 eat = delta; in __pskb_pull_tail()
2680 if (size >= eat) in __pskb_pull_tail()
2682 eat -= size; in __pskb_pull_tail()
2692 if (eat) { in __pskb_pull_tail()
2727 } while (eat); in __pskb_pull_tail()
2743 eat = delta; in __pskb_pull_tail()
2750 eat -= size; in __pskb_pull_tail()
2755 if (eat) { in __pskb_pull_tail()
2760 eat = 0; in __pskb_pull_tail()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/
H A Dcpulimit_0.2.bb2 …U time). This is useful to control batch jobs, when you don't want them to eat too much CPU. It do…
/openbmc/qemu/include/hw/ppc/
H A Dspapr_xive.h38 XiveEAS *eat; member
/openbmc/linux/arch/sparc/kernel/
H 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
/openbmc/linux/Documentation/input/
H A Dnotifier.rst26 order to "eat" the event: the notify loop is stopped and the keyboard event is
/openbmc/linux/fs/ntfs3/
H 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()
H A Dattrib.c1971 CLST vcn1, eat, next_svcn; in attr_collapse_range() local
1978 eat = min(end, evcn1) - vcn1; in attr_collapse_range()
1980 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range()
1985 if (!run_collapse_range(run, vcn1, eat)) { in attr_collapse_range()
1999 err = mi_pack_runs(mi, attr, run, evcn1 - svcn - eat); in attr_collapse_range()
2004 if (next_svcn + eat < evcn1) { in attr_collapse_range()
2007 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash.inc86 # Causes gcc to get stuck and eat all available memory in qemuarm builds
/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_ldisc.rst23 demons to eat your computer. You must not re-register over the top of the line
/openbmc/linux/arch/arm/nwfpe/
H A Dentry.S109 .Lfix: ret r9 @ let the user eat segfaults
/openbmc/linux/net/ipv4/
H A Dtcp_output.c1643 int i, k, eat; in __pskb_trim_head() local
1646 eat = len; in __pskb_trim_head()
1652 if (size <= eat) { in __pskb_trim_head()
1654 eat -= size; in __pskb_trim_head()
1657 if (eat) { in __pskb_trim_head()
1658 skb_frag_off_add(&shinfo->frags[k], eat); in __pskb_trim_head()
1659 skb_frag_size_sub(&shinfo->frags[k], eat); in __pskb_trim_head()
1660 eat = 0; in __pskb_trim_head()
/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c437 assert(xive_eas_is_valid(&spapr->xive->eat[irq])); in spapr_qirq()
/openbmc/openbmc/poky/meta/recipes-support/boost/
H A Dboost.inc109 # Oh yippee, a new build system, it's sooo cooool I could eat my own
/openbmc/linux/Documentation/fb/
H A Dsstfb.rst18 (I eat my own dog food)
/openbmc/linux/drivers/mtd/
H A DKconfig165 use, because you never know what will eat your data...)
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dboot-options.rst112 event. This will make the CPUs eat a lot more power, but may be useful
/openbmc/linux/Documentation/filesystems/
H A Dfuse.rst270 system process to eat up diskspace, memory or other
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc979 * Pause out of TCG otherwise spin loops with smt_low eat too
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq2237 * BITBUCKET, flip that on and let the hardware eat any overrun