Home
last modified time | relevance | path

Searched full:room (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/linux/net/ceph/
H A Dpagelist.c20 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/drivers/usb/serial/
H A Dkeyspan_pda.c80 u8 room; in keyspan_pda_get_write_room() local
87 0, /* value: 0 means "remaining room" */ in keyspan_pda_get_write_room()
89 &room, in keyspan_pda_get_write_room()
98 dev_dbg(&port->dev, "roomquery says %d\n", room); in keyspan_pda_get_write_room()
100 return room; in keyspan_pda_get_write_room()
461 int room; in keyspan_pda_write_start() local
465 * Guess how much room is left in the device's ring buffer. If our in keyspan_pda_write_start()
466 * write will result in no room left, ask the device to give us an in keyspan_pda_write_start()
467 * interrupt when the room available rises above a threshold but also in keyspan_pda_write_start()
468 * query how much room is currently available (in case our guess was in keyspan_pda_write_start()
[all …]
/linux/fs/smb/server/
H A Dksmbd_netlink.h115 __s8 reserved[503]; /* Reserved room */
135 __u32 reserved[16]; /* Reserved room */
149 __u32 reserved[16]; /* Reserved room */
158 __s8 reserved[128]; /* Reserved room */
168 __u32 reserved[16]; /* Reserved room */
184 __u32 reserved[111]; /* Reserved room */
216 __u32 reserved[16]; /* Reserved room */
226 __u32 reserved[16]; /* Reserved room */
235 __u32 reserved[16]; /* Reserved room */
244 __u32 reserved[16]; /* Reserved room */
/linux/drivers/tty/ipwireless/
H A Dtty.c193 int room, ret; in ipw_write() local
204 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write()
205 if (room < 0) in ipw_write()
206 room = 0; in ipw_write()
207 /* Don't allow caller to write any more than we have room for */ in ipw_write()
208 if (count > room) in ipw_write()
209 count = room; in ipw_write()
233 int room; in ipw_write_room() local
242 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write_room()
243 if (room < 0) in ipw_write_room()
[all …]
/linux/lib/
H A Dnlattr.c891 * __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 …]
H A Dtest_blackhole_dev.c24 #define TAIL_SIZE 32 /* random tail-room */
40 /* Reserve head-room for the headers */ in test_blackholedev_init()
/linux/drivers/tty/serial/
H A Dmen_z135_uart.c249 int room; in men_z135_handle_rx() local
262 room = tty_buffer_request_room(tport, size); in men_z135_handle_rx()
263 if (room != size) in men_z135_handle_rx()
265 "Not enough room in flip buffer, truncating to %d\n", in men_z135_handle_rx()
266 room); in men_z135_handle_rx()
268 if (room == 0) in men_z135_handle_rx()
271 memcpy_fromio(uart->rxbuf, port->membase + MEN_Z135_RX_RAM, room); in men_z135_handle_rx()
274 iowrite32(room, port->membase + MEN_Z135_RX_CTRL); in men_z135_handle_rx()
276 copied = tty_insert_flip_string(tport, uart->rxbuf, room); in men_z135_handle_rx()
277 if (copied != room) in men_z135_handle_rx()
[all …]
/linux/net/core/
H A Dgen_stats.c56 * Returns 0 on success or -1 if the room in the socket buffer was not sufficient.
107 * Returns 0 on success or -1 if the room in the socket buffer was not sufficient.
257 * if the room in the socket buffer was not sufficient.
284 * if the room in the socket buffer was not sufficient.
305 * if the room in the socket buffer was not sufficient.
384 * if the room in the socket buffer was not sufficient.
423 * if the room in the socket buffer was not sufficient.
459 * if the room in the socket buffer was not sufficient.
/linux/arch/m68k/fpsp040/
H A Dfpsp.h100 .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/drivers/net/caif/
H A Dcaif_serial.c212 int tty_wr, len, room; in handle_tx() local
226 room = tty_write_room(tty); in handle_tx()
227 if (!room) in handle_tx()
229 if (room > ser_write_chunk) in handle_tx()
230 room = ser_write_chunk; in handle_tx()
231 if (len > room) in handle_tx()
232 len = room; in handle_tx()
/linux/fs/bcachefs/
H A Dbtree_write_buffer.h33 size_t room; member
76 if (unlikely(!dst->room)) in __bch2_journal_key_to_wb()
84 dst->room--; in __bch2_journal_key_to_wb()
H A Dbtree_write_buffer.c455 * journal replay has to split/rewrite nodes to make room for in bch2_btree_write_buffer_flush_locked()
725 dst->room = darray_room(dst->wb->keys); in bch2_journal_key_to_wb_slowpath()
727 dst->room = min(dst->room, wb->sorted.size - wb->flushing.keys.nr); in bch2_journal_key_to_wb_slowpath()
728 BUG_ON(!dst->room); in bch2_journal_key_to_wb_slowpath()
736 dst->room--; in bch2_journal_key_to_wb_slowpath()
764 dst->room = darray_room(dst->wb->keys); in bch2_journal_keys_to_write_buffer_start()
766 dst->room = min(dst->room, wb->sorted.size - wb->flushing.keys.nr); in bch2_journal_keys_to_write_buffer_start()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst93 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/include/net/caif/
H A Dcaif_dev.h56 * @headroom: Head room needed by CAIF protocol.
57 * @tailroom: Tail room needed by CAIF protocol.
113 * @head_room: Head room needed by link support layer
/linux/arch/alpha/
H A DKconfig.debug14 to 0x810000 to make room for the Wildfire's larger SRM console.
16 extra room.
/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c71 /* 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/drivers/comedi/drivers/
H A Damplc_pci224.c178 * DAC FIFO guaranteed minimum room available, depending on reported fill level.
179 * The maximum room available depends on the reported fill level and how much
509 unsigned int room; in pci224_ao_handle_fifo() local
513 /* Determine how much room is in the FIFO (in samples). */ in pci224_ao_handle_fifo()
517 room = PCI224_FIFO_ROOM_EMPTY; in pci224_ao_handle_fifo()
527 room = PCI224_FIFO_ROOM_ONETOHALF; in pci224_ao_handle_fifo()
530 room = PCI224_FIFO_ROOM_HALFTOFULL; in pci224_ao_handle_fifo()
533 room = PCI224_FIFO_ROOM_FULL; in pci224_ao_handle_fifo()
536 if (room >= PCI224_FIFO_ROOM_ONETOHALF) { in pci224_ao_handle_fifo()
545 room /= cmd->chanlist_len; in pci224_ao_handle_fifo()
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_tlv.c47 * Return: -ENOSPC if there is no room for the attribute. Otherwise 0.
84 * Return: -ENOSPC if there is no room for the attribute. Otherwise 0.
133 * Return: -ENOSPC if there is no room for the attribute. Otherwise 0.
152 * Return: -ENOSPC if there is no room for the attribute. Otherwise 0.
170 * Return: -ENOSPC if there is no room for the attribute. Otherwise 0.
256 * Return: NULL if there is no room for the attribute. Otherwise a pointer
/linux/arch/um/drivers/
H A Dline.c54 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/x86/include/uapi/asm/
H A De820.h12 * internal memory map tables to have room for these additional
16 * entries that might need room in the same arrays, prior to the
/linux/arch/arm/include/asm/
H A Ducontext.h9 * 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 Dsysfs-firmware-opal-elog15 Linux if there is no room for more log entries.
19 the service processor needs more room for log entries,
/linux/include/net/
H A Drtnetlink.h91 * @get_size: Function to calculate required room for dumping device
94 * @get_xstats_size: Function to calculate required room for dumping device
102 * @get_linkxstats_size: Function to calculate the required room for
/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h35 u32 padding[7]; /* room for future expansion */
74 u64 padding64[1]; /* room for future expansion */
120 natural_width paddingl[8]; /* room for future expansion */
168 u32 padding32[7]; /* room for future expansion */
/linux/scripts/kconfig/lxdialog/
H A Dutil.c340 * if there is no room for at least 4 nonblanks following a double-space.
345 int prompt_len, room, wlen; in print_autowrap() local
371 room = width - cur_x; in print_autowrap()
373 if (wlen > room || in print_autowrap()
375 && wlen + 1 + strlen(sp) > room in print_autowrap()
377 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()

12345678910>>...31