Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/lib/842/
D842_compress.c109 int index2[4]; member
276 ret = add_bits(p, p->index2[b >> 1], I2_BITS); in add_template()
458 p->index2[0] = INDEX_NOT_CHECKED; in process_next()
459 p->index2[1] = INDEX_NOT_CHECKED; in process_next()
460 p->index2[2] = INDEX_NOT_CHECKED; in process_next()
461 p->index2[3] = INDEX_NOT_CHECKED; in process_next()
/linux-4.19.296/drivers/misc/altera-stapl/
Daltera.c263 u32 index2; in altera_execute() local
1768 index2 = copy_index2; in altera_execute()
1832 index2 += (count - 1); in altera_execute()
1837 charptr_tmp[index2 >> 3] |= in altera_execute()
1838 (1 << (index2 & 7)); in altera_execute()
1840 charptr_tmp[index2 >> 3] &= in altera_execute()
1841 ~(1 << (index2 & 7)); in altera_execute()
1845 --index2; in altera_execute()
1847 ++index2; in altera_execute()
2028 u32 index2; in altera_execute() local
[all …]
/linux-4.19.296/fs/ext4/
Dmove_extent.c127 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock() argument
137 swap(index1, index2); in mext_page_double_lock()
146 page[1] = grab_cache_page_write_begin(mapping[1], index2, fl); in mext_page_double_lock()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h68 int index2; /* index of 2nd attr in blk */ member
Dxfs_attr.c587 args->index2 = args->index; in xfs_attr_leaf_addname()
674 args->index = args->index2; in xfs_attr_leaf_addname()
859 args->index2 = args->index; in xfs_attr_node_addname()
967 args->index = args->index2; in xfs_attr_node_addname()
Dxfs_attr_leaf.c1386 (args->index2 <= args->index)) { in xfs_attr3_leaf_add_work()
1387 args->index2++; in xfs_attr3_leaf_add_work()
1709 args->index = args->index2 = blk2->index; in xfs_attr3_leaf_rebalance()
1715 args->index2 = 0; in xfs_attr3_leaf_rebalance()
1732 args->index2 = blk2->index; in xfs_attr3_leaf_rebalance()
1738 args->index = args->index2 = blk1->index; in xfs_attr3_leaf_rebalance()
2820 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags()
2828 ASSERT(args->index2 < ichdr2.count); in xfs_attr3_leaf_flipflags()
2829 ASSERT(args->index2 >= 0); in xfs_attr3_leaf_flipflags()
2841 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags()
[all …]
/linux-4.19.296/fs/btrfs/
Dtree-log.c3012 int index2; in btrfs_sync_log() local
3114 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log()
3115 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
3160 index2 = root_log_ctx.log_transid % 2; in btrfs_sync_log()
3161 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3172 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3174 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3242 btrfs_remove_all_log_ctxs(log_root_tree, index2, ret); in btrfs_sync_log()
3245 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
3253 cond_wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()