Home
last modified time | relevance | path

Searched refs:inserted (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-6.6/rust/macros/
H A Dzeroable.rs20 // 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 Dcpci_hotplug_core.c292 * 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 Dcpci_hotplug_core.c292 * 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 Dcore.c111 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 Dcore.c111 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 Ddm-btree.c767 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 Ddm-btree.h127 * 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 Dtime.c261 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 Dtime.c272 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 Ddm-btree.h128 * A variant of insert that indicates whether it actually inserted or just
134 int *inserted)
H A Ddm-btree.c1236 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 Dsirfsoc_uart.c1172 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 Dtty.c663 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 Dtty.c664 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 Dmq-deadline.c63 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 Dibalance.c124 * 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 Dibalance.c124 * 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 Dxattr.c894 bool inserted; in ntfs_setxattr() local
915 &security_id, &inserted); in ntfs_setxattr()
H A Dfsntfs.c2081 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 Ddelayed-ref.c606 goto inserted; in insert_delayed_ref()
637 inserted: in insert_delayed_ref()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin-metadata.c1623 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 Ddm-thin-metadata.c1668 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 Dspi.h145 * @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 Dspi.h162 * @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 Dxattr.c1927 goto inserted; in ext4_xattr_block_set()
2008 inserted: in ext4_xattr_block_set()
2055 goto inserted; in ext4_xattr_block_set()

Completed in 39 milliseconds

12