| /kernel/linux/linux-6.6/net/ceph/ |
| 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() 141 c->room = pl->room; in ceph_pagelist_set_cursor() 164 pl->room = c->room; in ceph_pagelist_truncate()
|
| /kernel/linux/linux-5.10/net/ceph/ |
| 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() 141 c->room = pl->room; in ceph_pagelist_set_cursor() 164 pl->room = c->room; in ceph_pagelist_truncate()
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | keyspan_pda.c | 446 /* guess how much room is left in the device's ring buffer, and if we in keyspan_pda_write() 448 what is left. If our write will result in no room left, ask the in keyspan_pda_write() 449 device to give us an interrupt when the room available rises above in keyspan_pda_write() 461 the device is full (wait until it says there is room) in keyspan_pda_write() 479 device how much room it really has. This is done only on in keyspan_pda_write() 482 u8 *room; in keyspan_pda_write() local 484 room = kmalloc(1, GFP_KERNEL); in keyspan_pda_write() 485 if (!room) { in keyspan_pda_write() 495 0, /* value: 0 means "remaining room" */ in keyspan_pda_write() 497 room, in keyspan_pda_write() [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | keyspan_pda.c | 80 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
| D | tx.c | 150 * 16), TAIL room that was unusable (and thus is marked with a message 156 * | TAIL room | 296 * Calculate how much tail room is available 303 * | tail room | 311 * | head room | 316 * buffer) if there is no head room. In this case, tail_room would be 345 * @try_head: specify either to allocate head room or tail room space 348 * The caller must always try to allocate tail room space first by 350 * is not enough tail room space but there is enough head room space, 352 * room space, by calling this routine again with try_head = 1. [all …]
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | ksmbd_netlink.h | 111 __u32 reserved[126]; /* Reserved room */ 131 __u32 reserved[16]; /* Reserved room */ 145 __u32 reserved[16]; /* Reserved room */ 154 __u32 reserved[16]; /* Reserved room */ 170 __u32 reserved[111]; /* Reserved room */ 202 __u32 reserved[16]; /* Reserved room */ 212 __u32 reserved[16]; /* Reserved room */ 221 __u32 reserved[16]; /* Reserved room */ 230 __u32 reserved[16]; /* Reserved room */
|
| /kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
| D | tty.c | 195 int room, ret; in ipw_write() local 206 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write() 207 if (room < 0) in ipw_write() 208 room = 0; in ipw_write() 209 /* Don't allow caller to write any more than we have room for */ in ipw_write() 210 if (count > room) in ipw_write() 211 count = room; in ipw_write() 235 int room; in ipw_write_room() local 244 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write_room() 245 if (room < 0) in ipw_write_room() [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
| D | tty.c | 193 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 …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | nlattr.c | 869 * __nla_reserve - reserve room for attribute on the skb 870 * @skb: socket buffer to reserve room on 875 * room for the payload but does not copy it. 895 * __nla_reserve_64bit - reserve room for attribute on the skb and align it 896 * @skb: socket buffer to reserve room on 902 * room for the payload but does not copy it. It also ensure that this 918 * __nla_reserve_nohdr - reserve room for attribute without header 919 * @skb: socket buffer to reserve room on 922 * Reserves room for attribute payload without a header. 934 * nla_reserve - reserve room for attribute on the skb [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | nlattr.c | 835 * __nla_reserve - reserve room for attribute on the skb 836 * @skb: socket buffer to reserve room on 841 * room for the payload but does not copy it. 861 * __nla_reserve_64bit - reserve room for attribute on the skb and align it 862 * @skb: socket buffer to reserve room on 868 * room for the payload but does not copy it. It also ensure that this 884 * __nla_reserve_nohdr - reserve room for attribute without header 885 * @skb: socket buffer to reserve room on 888 * Reserves room for attribute payload without a header. 900 * nla_reserve - reserve room for attribute on the skb [all …]
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | pagelist.h | 14 size_t room; member 23 size_t room; /* room remaining to reset to */ member
|
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| D | pagelist.h | 14 size_t room; member 23 size_t room; /* room remaining to reset to */ member
|
| /kernel/linux/linux-5.10/net/core/ |
| D | gen_stats.c | 56 * 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. 204 * if the room in the socket buffer was not sufficient. 228 * if the room in the socket buffer was not sufficient. 250 * if the room in the socket buffer was not sufficient. 333 * if the room in the socket buffer was not sufficient. 371 * if the room in the socket buffer was not sufficient. 407 * if the room in the socket buffer was not sufficient.
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | men_z135_uart.c | 249 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 …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | men_z135_uart.c | 249 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 …]
|
| /kernel/linux/linux-6.6/net/core/ |
| D | gen_stats.c | 56 * 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.
|
| /kernel/linux/linux-6.6/drivers/net/caif/ |
| D | caif_serial.c | 212 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()
|
| /kernel/linux/linux-5.10/drivers/net/caif/ |
| D | caif_serial.c | 213 int tty_wr, len, room; in handle_tx() local 227 room = tty_write_room(tty); in handle_tx() 228 if (!room) in handle_tx() 230 if (room > ser_write_chunk) in handle_tx() 231 room = ser_write_chunk; in handle_tx() 232 if (len > room) in handle_tx() 233 len = room; in handle_tx()
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| 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
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/x86/ |
| 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 */
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | nested-vmx.rst | 91 u32 padding[7]; /* room for future expansion */ 114 u64 padding64[8]; /* room for future expansion */ 154 natural_width paddingl[8]; /* room for future expansion */ 201 u32 padding32[8]; /* room for future expansion */
|
| /kernel/linux/linux-5.10/arch/alpha/ |
| D | Kconfig.debug | 14 to 0x810000 to make room for the Wildfire's larger SRM console. 16 extra room.
|
| /kernel/linux/linux-6.6/arch/alpha/ |
| D | Kconfig.debug | 14 to 0x810000 to make room for the Wildfire's larger SRM console. 16 extra room.
|
| /kernel/linux/linux-5.10/include/net/caif/ |
| D | caif_dev.h | 56 * @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
|