| /linux/net/ceph/ |
| H A D | pagelist.c | 20 pl->room = 0; in ceph_pagelist_alloc() 67 pl->room += PAGE_SIZE; in ceph_pagelist_addpage() 76 while (pl->room < len) { in ceph_pagelist_append() 77 size_t bit = pl->room; in ceph_pagelist_append() 83 pl->room -= bit; in ceph_pagelist_append() 93 pl->room -= len; in ceph_pagelist_append() 104 if (space <= pl->room) in ceph_pagelist_reserve() 106 space -= pl->room; in ceph_pagelist_reserve()
|
| /linux/lib/ |
| H A D | nlattr.c | 891 * __nla_reserve - reserve room for attribute on the skb 892 * @skb: socket buffer to reserve room on 897 * room for the payload but does not copy it. 917 * __nla_reserve_64bit - reserve room for attribute on the skb and align it 918 * @skb: socket buffer to reserve room on 924 * room for the payload but does not copy it. It also ensure that this 940 * __nla_reserve_nohdr - reserve room for attribute without header 941 * @skb: socket buffer to reserve room on 944 * Reserves room for attribute payload without a header. 956 * nla_reserve - reserve room for attribute on the skb [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 100 .set FP_SCR1,LV+76 | room for a temporary float value 101 .set FP_SCR2,LV+92 | room for a temporary float value 102 .set L_SCR1,LV+108 | room for a temporary long value 103 .set L_SCR2,LV+112 | room for a temporary long value 112 .set L_SCR3,LV+124 | room for a temporary long value 113 .set FP_SCR3,LV+128 | room for a temporary float value 114 .set FP_SCR4,LV+144 | room for a temporary float value 115 .set FP_SCR5,LV+160 | room for a temporary float value
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | nested-vmx.rst | 93 u32 padding[7]; /* room for future expansion */ 116 u64 padding64[8]; /* room for future expansion */ 156 natural_width paddingl[8]; /* room for future expansion */ 203 u32 padding32[8]; /* room for future expansion */
|
| /linux/arch/alpha/ |
| H A D | Kconfig.debug | 14 to 0x810000 to make room for the Wildfire's larger SRM console. 16 extra room.
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | pfunc_base.c | 71 /* Check if we have room for reply */ in macio_do_gpio_read() 161 /* Check if we have room for reply */ in macio_do_read_reg32() 184 /* Check if we have room for reply */ in macio_do_read_reg8() 197 /* Check if we have room for reply */ in macio_do_read_reg32_msrx() 210 /* Check if we have room for reply */ in macio_do_read_reg8_msrx()
|
| /linux/arch/um/drivers/ |
| H A D | line.c | 54 unsigned int room; in line_write_room() local 57 room = write_room(line); in line_write_room() 60 return room; in line_write_room() 88 int end, room; in buffer_data() local 101 room = write_room(line); in buffer_data() 102 len = (len > room) ? room : len; in buffer_data()
|
| /linux/arch/arm/include/asm/ |
| H A D | ucontext.h | 9 * struct sigcontext only has room for the basic registers, but struct 10 * ucontext now has room for all registers which need to be saved and
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-firmware-opal-elog | 15 Linux if there is no room for more log entries. 19 the service processor needs more room for log entries,
|
| /linux/lib/tests/ |
| H A D | blackhole_dev_kunit.c | 23 #define TAIL_SIZE 32 /* random tail-room */ 37 /* Reserve head-room for the headers */ in test_blackholedev()
|
| /linux/samples/bpf/ |
| H A D | ibumad_kern.c | 23 __uint(max_entries, 256); /* Room for all Classes */ 30 __uint(max_entries, 256); /* Room for all Classes */
|
| /linux/include/xen/interface/io/ |
| H A D | fbif.h | 108 * Megs 64 bit. 256 directories give enough room for a 512 110 * Should be enough for a while with room leftover for
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 340 * if there is no room for at least 4 nonblanks following a double-space. 345 int prompt_len, room, wlen; in print_autowrap() local 370 room = width - cur_x; in print_autowrap() 372 if (wlen > room || in print_autowrap() 374 && wlen + 1 + strlen(sp) > room in print_autowrap() 376 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-dqevent.rst | 39 there is no more room in a queue then the last event is overwritten with 89 new message arrives and there is no more room, then the oldest 90 message is discarded to make room for the new one. The internal
|
| /linux/include/net/ |
| H A D | rtnetlink.h | 125 * @get_size: Function to calculate required room for dumping device 128 * @get_xstats_size: Function to calculate required room for dumping device 136 * @get_linkxstats_size: Function to calculate the required room for
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-enum-links.rst | 44 room to store all the entity's pads. The number of pads can be retrieved 49 enough room to store all the entity's outbound links. The number of
|
| /linux/net/ipv4/ |
| H A D | icmp.c | 740 unsigned int room, int iif) in icmp_ext_append() argument 762 if (ICMP_EXT_ORIG_DGRAM_MIN_LEN + ext_max_len > room) in icmp_ext_append() 820 int room; in __icmp_send() local 985 room = dst4_mtu(&rt->dst); in __icmp_send() 986 if (room > 576) in __icmp_send() 987 room = 576; in __icmp_send() 988 room -= sizeof(struct iphdr) + icmp_param->replyopts.opt.optlen; in __icmp_send() 989 room -= sizeof(struct icmphdr); in __icmp_send() 993 if (room <= (int)sizeof(struct iphdr)) in __icmp_send() 996 ext_skb = icmp_ext_append(net, skb_in, &icmp_param->data.icmph, room, in __icmp_send() [all …]
|
| /linux/drivers/net/usb/ |
| H A D | rndis_host.c | 565 int room = skb_headroom(skb); in rndis_tx_fixup() local 567 /* enough head room as-is? */ in rndis_tx_fixup() 568 if (unlikely((sizeof *hdr) <= room)) in rndis_tx_fixup() 571 /* enough room, but needs to be readjusted? */ in rndis_tx_fixup() 572 room += skb_tailroom(skb); in rndis_tx_fixup() 573 if (likely((sizeof *hdr) <= room)) { in rndis_tx_fixup()
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl.h | 17 * Reserving room for the cpu context to grow and to maintain compatibility
|
| /linux/arch/sparc/include/asm/ |
| H A D | irq_32.h | 12 * Be on the safe side and make room for 64
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | sigcontext.h | 19 unsigned long sc_fpregs[2*3]; /* room for two fp registers */
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 67 * Make sure cmd has enough room! 116 * Make sure cmd has enough room! 155 * Make sure cmd has enough room!
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00crypto.c | 179 * Make room for new data. There are 2 possibilities in rt2x00crypto_rx_insert_iv() 187 * make room for the payload move as well. in rt2x00crypto_rx_insert_iv()
|
| /linux/drivers/tty/ |
| H A D | n_tty.c | 55 * return "we have room for writes". 66 #define TTY_THRESHOLD_THROTTLE 128 /* now based on remaining room */ 239 * Check the remaining room for the input canonicalization in n_tty_check_throttle() 1676 int room, overflow; in n_tty_receive_buf_common() local 1696 room = N_TTY_BUF_SIZE - (ldata->read_head - tail); in n_tty_receive_buf_common() 1698 room = DIV_ROUND_UP(room, 3); in n_tty_receive_buf_common() 1699 room--; in n_tty_receive_buf_common() 1700 if (room <= 0) { in n_tty_receive_buf_common() 1702 if (overflow && room < 0) in n_tty_receive_buf_common() 1704 room = overflow; in n_tty_receive_buf_common() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 86 subq.l &0x8,%sp # make room for result on stack 100 subq.l &0x8,%sp # make room for result on stack
|