/kernel/linux/linux-6.6/rust/macros/ |
H A D | zeroable.rs | 20 // Have we already inserted `Zeroable`? 21 let mut inserted = false; variables 28 if in_generic && !inserted { 32 inserted = false; 44 inserted = true; 60 if in_generic && !inserted {
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 292 * INS bits of the cold-inserted devices. 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 346 warn("slot %s already inserted", in check_slots() 348 inserted++; in check_slots() 353 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 386 inserted++; in check_slots() 419 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracte in check_slots() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 292 * INS bits of the cold-inserted devices. 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 346 warn("slot %s already inserted", in check_slots() 348 inserted++; in check_slots() 353 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 386 inserted++; in check_slots() 419 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracte in check_slots() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | core.c | 111 bool inserted = false; in nf_hook_entries_grow() local 142 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow() 150 inserted = true; in nf_hook_entries_grow() 155 if (!inserted) { in nf_hook_entries_grow()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | core.c | 111 bool inserted = false; in nf_hook_entries_grow() local 154 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow() 162 inserted = true; in nf_hook_entries_grow() 167 if (!inserted) { in nf_hook_entries_grow()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 767 int *inserted) 816 if (inserted) in __dm_written_to_disk() 817 *inserted = 1; in __dm_written_to_disk() 824 if (inserted) in __dm_written_to_disk() 825 *inserted = 0; in __dm_written_to_disk() 862 int *inserted) 865 return insert(info, root, keys, value, new_root, inserted); in __dm_written_to_disk()
|
H A D | dm-btree.h | 127 * A variant of insert that indicates whether it actually inserted or just 133 int *inserted)
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | time.c | 261 bool inserted = false; in __time_travel_add_event() local 280 inserted = true; in __time_travel_add_event() 285 if (!inserted) in __time_travel_add_event() 354 /* new events may have been inserted while we were waiting */ in time_travel_update_time()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | time.c | 272 bool inserted = false; in __time_travel_add_event() local 293 inserted = true; in __time_travel_add_event() 298 if (!inserted) in __time_travel_add_event() 412 /* new events may have been inserted while we were waiting */ in time_travel_update_time()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree.h | 128 * A variant of insert that indicates whether it actually inserted or just 134 int *inserted)
|
H A D | dm-btree.c | 1236 int *inserted) 1285 if (inserted) in __dm_written_to_disk() 1286 *inserted = 1; in __dm_written_to_disk() 1293 if (inserted) in __dm_written_to_disk() 1294 *inserted = 0; in __dm_written_to_disk() 1331 int *inserted) 1334 return insert(info, root, keys, value, new_root, inserted); in __dm_written_to_disk()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sirfsoc_uart.c | 1172 int count, inserted; in sirfsoc_uart_rx_dma_hrtimer_callback() local 1182 inserted = 0; in sirfsoc_uart_rx_dma_hrtimer_callback() 1199 inserted = tty_insert_flip_string(tty->port, in sirfsoc_uart_rx_dma_hrtimer_callback() 1201 if (!inserted) in sirfsoc_uart_rx_dma_hrtimer_callback() 1203 port->icount.rx += inserted; in sirfsoc_uart_rx_dma_hrtimer_callback() 1204 xmit->tail = (xmit->tail + inserted) & in sirfsoc_uart_rx_dma_hrtimer_callback() 1215 if (!inserted && !count && in sirfsoc_uart_rx_dma_hrtimer_callback()
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | tty.c | 663 int inserted = 0; in rfcomm_tty_copy_pending() local 670 inserted += tty_insert_flip_string(&dev->port, skb->data, in rfcomm_tty_copy_pending() 677 if (inserted > 0) in rfcomm_tty_copy_pending()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | tty.c | 664 int inserted = 0; in rfcomm_tty_copy_pending() local 671 inserted += tty_insert_flip_string(&dev->port, skb->data, in rfcomm_tty_copy_pending() 678 if (inserted > 0) in rfcomm_tty_copy_pending()
|
/kernel/linux/linux-6.6/block/ |
H A D | mq-deadline.c | 63 uint32_t inserted; member 296 return stats->inserted - atomic_read(&stats->completed); in dd_queued() 562 * that were inserted more than prio_aging_expire jiffies ago. 682 prio, stats->inserted, stats->merged, in dd_exit_sched() 817 per_prio->stats.inserted++; in dd_insert_request()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | ibalance.c | 124 * Items and node pointers are specified by inserted and bh respectively. 128 struct item_head *inserted, in internal_insert_childs() 145 RFALSE(count > 2, "too many children (%d) are to be inserted", count); in internal_insert_childs() 170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs() 172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs() 304 * of items in DEST as delimiting key have already inserted to in internal_copy_pointers_items() 794 * this means that new pointers and items must be inserted AFTER 835 * that must be inserted to or deleted from S[h]. in balance_internal() 841 "incorrect number of items inserted to the internal node (%d)", in balance_internal() 844 "incorrect number of items (%d) inserted t in balance_internal() 126 internal_insert_childs(struct buffer_info *cur_bi, int to, int count, struct item_head *inserted, struct buffer_head **bh) internal_insert_childs() argument [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | ibalance.c | 124 * Items and node pointers are specified by inserted and bh respectively. 128 struct item_head *inserted, in internal_insert_childs() 145 RFALSE(count > 2, "too many children (%d) are to be inserted", count); in internal_insert_childs() 170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs() 172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs() 304 * of items in DEST as delimiting key have already inserted to in internal_copy_pointers_items() 794 * this means that new pointers and items must be inserted AFTER 835 * that must be inserted to or deleted from S[h]. in balance_internal() 841 "incorrect number of items inserted to the internal node (%d)", in balance_internal() 844 "incorrect number of items (%d) inserted t in balance_internal() 126 internal_insert_childs(struct buffer_info *cur_bi, int to, int count, struct item_head *inserted, struct buffer_head **bh) internal_insert_childs() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | xattr.c | 894 bool inserted; in ntfs_setxattr() local 915 &security_id, &inserted); in ntfs_setxattr()
|
H A D | fsntfs.c | 2081 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() 2106 if (inserted) in ntfs_insert_security() 2107 *inserted = false; in ntfs_insert_security() 2264 if (inserted) in ntfs_insert_security() 2265 *inserted = true; in ntfs_insert_security() 2079 ntfs_insert_security(struct ntfs_sb_info *sbi, const struct SECURITY_DESCRIPTOR_RELATIVE *sd, u32 size_sd, __le32 *security_id, bool *inserted) ntfs_insert_security() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-ref.c | 606 goto inserted; in insert_delayed_ref() 637 inserted: in insert_delayed_ref()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin-metadata.c | 1623 int r, inserted; in __insert() local 1632 &pmd->root, &inserted); in __insert() 1637 if (inserted) in __insert()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin-metadata.c | 1668 int r, inserted; in __insert() local 1677 &pmd->root, &inserted); in __insert() 1682 if (inserted) in __insert()
|
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | spi.h | 145 * @word_delay: delay to be inserted between consecutive 1200 * are to get re-inserted 1201 * @inserted: number of transfers inserted 1202 * @inserted_transfers: array of spi_transfers of array-size @inserted, 1205 * note: that @extradata will point to @inserted_transfers[@inserted] 1214 size_t inserted; member
|
/kernel/linux/linux-6.6/include/linux/spi/ |
H A D | spi.h | 162 * @word_delay: delay to be inserted between consecutive 1309 * are to get re-inserted 1310 * @inserted: number of transfers inserted 1311 * @inserted_transfers: array of spi_transfers of array-size @inserted, 1314 * Note: that @extradata will point to @inserted_transfers[@inserted] 1323 size_t inserted; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 1927 goto inserted; in ext4_xattr_block_set() 2008 inserted: in ext4_xattr_block_set() 2055 goto inserted; in ext4_xattr_block_set()
|