| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 93 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/ |
| H A D | msg.c | 325 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() 343 eat = dmax; in tipc_msg_fragment() 345 eat = dsz % dmax; in tipc_msg_fragment() 347 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment() 354 skb_copy_to_linear_data_offset(_skb, INT_H_SIZE, data, eat); in tipc_msg_fragment() 355 data += eat; in tipc_msg_fragment() 360 msg_set_size(_hdr, INT_H_SIZE + eat); 313 int pktno, nof_fragms, dsz, dmax, eat; tipc_msg_fragment() local
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-selftest.c | 45 int eat; in xgbe_test_loopback_validate() local 51 eat = (skb->tail + skb->data_len) - skb->end; in xgbe_test_loopback_validate() 52 if (eat > 0 && skb_shared(skb)) { in xgbe_test_loopback_validate()
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 902 @eat($($name $attr,)*), 922 @eat($($name $attr,)*), 933 @eat($name:ident $attr:literal, $($rname:ident $rattr:literal,)*), 944 @eat($($rname $rattr,)*), 970 @eat(),
|
| /linux/fs/ntfs3/ |
| H A D | run.c | 553 size_t index, eat; in run_collapse_range() local 606 eat = eat_end - eat_start; in run_collapse_range() 608 run->count -= eat; in run_collapse_range() 611 e -= eat; in run_collapse_range() 1334 size_t index, eat; in run_remove_range() local 1396 eat = eat_end - eat_start; in run_remove_range() 1398 run->count -= eat; in run_remove_range()
|
| H A D | attrib.c | 2141 CLST vcn1, eat, next_svcn; in attr_collapse_range() local 2165 eat = min(end, evcn1) - vcn1; in attr_collapse_range() 2167 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, true, in attr_collapse_range() 2172 if (svcn + eat < evcn1) { in attr_collapse_range() 2174 if (!run_collapse_range(run, vcn1, eat, done)) { in attr_collapse_range() 2188 err = mi_pack_runs(mi, attr, run, evcn1 - svcn - eat); in attr_collapse_range() 2193 if (next_svcn + eat + done < evcn1) { in attr_collapse_range() 2197 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range() 2208 done += eat; in attr_collapse_range()
|
| /linux/net/core/ |
| H A D | gro.c | 195 unsigned int eat = offset - headlen; in skb_gro_receive() local 197 skb_frag_off_add(&skbinfo->frags[0], eat); in skb_gro_receive() 198 skb_frag_size_sub(&skbinfo->frags[0], eat); in skb_gro_receive() 199 skb->data_len -= eat; in skb_gro_receive() 200 skb->len -= eat; in skb_gro_receive()
|
| H A D | skbuff.c | 2881 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local 2886 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail() 2887 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 2902 eat = delta; in __pskb_pull_tail() 2906 if (size >= eat) in __pskb_pull_tail() 2908 eat -= size; in __pskb_pull_tail() 2918 if (eat) { in __pskb_pull_tail() 2924 if (list->len <= eat) { in __pskb_pull_tail() 2926 eat -= list->len; in __pskb_pull_tail() 2947 if (!pskb_pull(list, eat)) { in __pskb_pull_tail() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A 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/Documentation/input/ |
| H A D | notifier.rst | 26 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
| /linux/arch/arm/nwfpe/ |
| H A D | entry.S | 109 .Lfix: ret r9 @ let the user eat segfaults
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1942 int i, k, eat; in __pskb_trim_head() local 1945 eat = len; in __pskb_trim_head() 1951 if (size <= eat) { in __pskb_trim_head() 1953 eat -= size; in __pskb_trim_head() 1956 if (eat) { in __pskb_trim_head() 1957 skb_frag_off_add(&shinfo->frags[k], eat); in __pskb_trim_head() 1958 skb_frag_size_sub(&shinfo->frags[k], eat); in __pskb_trim_head() 1959 eat = 0; in __pskb_trim_head()
|
| /linux/Documentation/fb/ |
| H A D | sstfb.rst | 18 (I eat my own dog food)
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 284 system process to eat up diskspace, memory or other
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2238 make the CPUs eat a lot more power, but may be useful 2264 eat more power, but may be useful to get slightly better 2271 state. This will make the CPUs eat more power, but may
|