Home
last modified time | relevance | path

Searched refs:first (Results 951 - 975 of 1856) sorted by relevance

1...<<31323334353637383940>>...75

/kernel/linux/linux-5.10/lib/
H A Ddebugobjects.c154 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool()
214 if (list->first) { in __alloc_object()
215 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
310 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
351 * Try to free it into the percpu pool first. in __free_object()
1331 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c48 struct buffer_head *first, *tmp; in ntfs_end_buffer_async_read() local
94 first = page_buffers(page); in ntfs_end_buffer_async_read()
95 spin_lock_irqsave(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
110 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
113 * but we first have to perform the post read mst fixups, if the in ntfs_end_buffer_async_read()
143 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
275 /* If first try and runlist unmapped, map and retry. */ in ntfs_read_block()
582 /* The first block in the page. */ in ntfs_write_block()
590 /* The first out of bounds block for the data size. */ in ntfs_write_block()
755 /* If first tr in ntfs_write_block()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_scan.c658 /* Perform up to 3 passes. The first pass uses a conservative in scsi_probe_lun()
733 /* When the first pass succeeds we gain information about in scsi_probe_lun()
768 * the same amount as we successfully got in the first pass. */ in scsi_probe_lun()
791 * On the whole, the best approach seems to be to assume the first in scsi_probe_lun()
1110 * @buf: Output buffer with at least end-first+1 bytes of space
1112 * @first: Offset of string into inq
1116 unsigned first, unsigned end) in scsi_inq_str()
1120 for (idx = 0; idx + first < end && idx + first < inq[4] + 5; idx++) { in scsi_inq_str()
1121 if (inq[idx+first] > ' ') { in scsi_inq_str()
1115 scsi_inq_str(unsigned char *buf, unsigned char *inq, unsigned first, unsigned end) scsi_inq_str() argument
[all...]
/kernel/linux/linux-6.6/drivers/dax/
H A Dbus.c379 * but only the first one that has not been in create_store()
828 "0-size allocation must be first\n")) in alloc_dev_dax_range()
999 struct resource *res, *first; in dev_dax_resize() local
1023 first = region_res->child; in dev_dax_resize()
1024 if (!first) in dev_dax_resize()
1028 for (res = first; res; res = res->sibling) { in dev_dax_resize()
1032 if (res == first && res->start > dax_region->res.start) { in dev_dax_resize()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c384 * as was the case with the first implementation of PT. in pt_event_valid()
569 * @offset: offset of the first entry in this table in the buffer
572 * @z_count: how many times the first entry repeats
696 * If it's the first table in this buffer, set up buffer's pointers
706 if (!buf->first) { in topa_insert_table()
707 buf->first = buf->last = buf->cur = topa; in topa_insert_table()
831 buf->cur = buf->first; in pt_buffer_advance()
855 /* offset of the first region in this table from the beginning of buf */ in pt_update_head()
1057 if (topa == buf->first) in pt_topa_prev_entry()
1233 /* link last table to the first on in pt_buffer_init_topa()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_syncobj.c56 * When a syncobj is first created, its pointer is either NULL or a pointer
119 * the host-side wait will first wait for the syncobj to receive a non-NULL
150 * The first lets the client import or export an entire syncobj to a file
539 * This is the first function to create a sync object. After creating, drivers
1214 uint32_t first = ~0; in drm_syncobj_array_wait() local
1222 timeout, &first); in drm_syncobj_array_wait()
1225 wait->first_signaled = first; in drm_syncobj_array_wait()
1232 timeout, &first); in drm_syncobj_array_wait()
1235 timeline_wait->first_signaled = first; in drm_syncobj_array_wait()
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c452 /* try get free block first, if failed free a useless block */
639 OsBcacheBlock *first = NULL; in BcacheGetBlock() local
646 first = LOS_DL_LIST_ENTRY(bc->listHead.pstNext, OsBcacheBlock, listNode); in BcacheGetBlock()
647 block = (first->num == num) ? first : RbFindBlock(bc, num); in BcacheGetBlock()
658 if (first != block) { in BcacheGetBlock()
/kernel/linux/linux-6.6/lib/
H A Dlist-test.c896 KUNIT_EXPECT_PTR_EQ(test, list.first, &b); in hlist_test_del()
897 KUNIT_EXPECT_PTR_EQ(test, b.pprev, &list.first); in hlist_test_del()
912 KUNIT_EXPECT_PTR_EQ(test, list.first, &b); in hlist_test_del_init()
913 KUNIT_EXPECT_PTR_EQ(test, b.pprev, &list.first); in hlist_test_del_init()
932 KUNIT_EXPECT_PTR_EQ(test, list.first, &b); in hlist_test_add()
1103 /* We skip the first (zero-th) entry. */ in hlist_test_for_each_entry_continue()
1115 /* The first entry was not visited. */ in hlist_test_for_each_entry_continue()
1145 /* The first entry was visited. */ in hlist_test_for_each_entry_from()
H A Ddebugobjects.c151 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool()
211 if (list->first) { in __alloc_object()
212 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
307 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
348 * Try to free it into the percpu pool first. in __free_object()
1339 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c1650 bool first, last; in ceph_sync_write() local
1656 /* clamp the length to the end of first object */ in ceph_sync_write()
1672 first = pos != write_pos; in ceph_sync_write()
1674 rmw = first || last; in ceph_sync_write()
1701 /* No need to do two reads if first and last blocks are same */ in ceph_sync_write()
1702 if (first && last_pos == first_pos) in ceph_sync_write()
1710 ci->i_vino, first ? first_pos : last_pos, in ceph_sync_write()
1711 &read_len, 0, (first && last) ? 2 : 1, in ceph_sync_write()
1729 /* Add extent for first block? */ in ceph_sync_write()
1732 if (first) { in ceph_sync_write()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c546 * first chunk, followed by near_copies copies of the next chunk and
577 /* now calculate first sector/dev */ in __raid10_find_phys()
732 * the resync window. We take the first readable disk when in read_balance()
757 * Read replacement first to prevent reading both rdev in read_balance()
1340 /* first select target devices under rcu_lock and in raid10_write_request()
1363 * Read replacement first to prevent reading both rdev and in raid10_write_request()
1589 int first = 0; in _enough() local
1604 int this = first; in _enough()
1615 first = (first in _enough()
1759 int first = 0; raid10_add_disk() local
2014 int i, first; sync_request_write() local
3751 int first = 1; raid10_run() local
4180 int first = 1; raid10_start_reshape() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c572 * first chunk, followed by near_copies copies of the next chunk and
603 /* now calculate first sector/dev */ in __raid10_find_phys()
758 * the resync window. We take the first readable disk when in read_balance()
783 * Read replacement first to prevent reading both rdev in read_balance()
1331 * Read replacement first to prevent reading both rdev and in dereference_rdev_and_rrdev()
1462 /* first select target devices under rcu_lock and in raid10_write_request()
1634 * rdev first without barrier protect even replacement is NULL in raid10_end_discard_request()
1770 * Inspired by raid10_sync_request, we can use the first r10bio->master_bio in raid10_handle_discard()
1771 * to record the discard bio. Other r10bio->master_bio record the first in raid10_handle_discard()
1772 * r10bio. The first r10bi in raid10_handle_discard()
1972 int first = 0; _enough() local
2148 int first = 0; raid10_add_disk() local
2406 int i, first; sync_request_write() local
4155 int first = 1; raid10_run() local
4568 int first = 1; raid10_start_reshape() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S19 @ PE/COFF signature "MZ" in the first two bytes, so the kernel
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrchr.S23 ldq_u t0, 0(a0) # .. e1 : load first quadword
/kernel/linux/linux-5.10/virt/kvm/
H A Dcoalesced_mmio.c50 /* last is the first free entry in coalesced_mmio_has_room()
51 * check if we don't meet the first used entry in coalesced_mmio_has_room()
55 avail = (ring->first - last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room()
84 /* copy data in first free entry of the ring */ in coalesced_mmio_write()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Defi-header.S19 @ PE/COFF signature "MZ" in the first two bytes, so the kernel
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstrchr.S23 ldq_u t0, 0(a0) # .. e1 : load first quadword
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h271 struct ilt_cfg_pair first; member
/kernel/linux/linux-5.10/include/linux/
H A Dvt_kern.h132 int do_unbind_con_driver(const struct consw *csw, int first, int last,
H A Dconsole.h104 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
130 * when the first real console is registered. This is for early-printk drivers.
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.h120 struct ext4_xattr_entry *first; member
146 * The first is to signal that there the inline xattrs and data are
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h283 struct ilt_cfg_pair first; member
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr.h69 struct kvec first; member

Completed in 30 milliseconds

1...<<31323334353637383940>>...75