Searched refs:index1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/ext4/ |
D | move_extent.c | 127 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() 142 page[0] = grab_cache_page_write_begin(mapping[0], index1, fl); in mext_page_double_lock()
|
/Linux-v5.4/net/ceph/crush/ |
D | mapper.c | 252 int iexpon, index1, index2; in crush_ln() local 270 index1 = (x >> 8) << 1; in crush_ln() 272 RH = __RH_LH_tbl[index1 - 256]; in crush_ln() 274 LH = __RH_LH_tbl[index1 + 1 - 256]; in crush_ln()
|
/Linux-v5.4/drivers/misc/altera-stapl/ |
D | altera.c | 2013 u32 index1; in altera_execute() local 2020 index1 = stack[--stack_ptr]; in altera_execute() 2037 a = 1 + index2 - index1; in altera_execute() 2061 a = source1[index1 >> 3] & in altera_execute() 2062 (1 << (index1 & 7)) in altera_execute() 2071 ++index1; in altera_execute()
|
/Linux-v5.4/fs/btrfs/ |
D | tree-log.c | 3038 int index1; in btrfs_sync_log() local 3057 index1 = log_transid % 2; in btrfs_sync_log() 3058 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log() 3064 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log() 3067 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log() 3283 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log() 3285 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log() 3293 cond_wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | numaperf.rst | 148 |-- index1
|