Searched refs:index1 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/ceph/crush/ |
H A D | mapper.c | 245 int iexpon, index1, index2; crush_ln() local 254 index1 = (x>>8)<<1; crush_ln() 255 // RH ~ 2^56/index1 crush_ln() 256 RH = __RH_LH_tbl[index1 - 256]; crush_ln() 257 // LH ~ 2^48 * log2(index1/256) crush_ln() 258 LH = __RH_LH_tbl[index1 + 1 - 256]; crush_ln()
|
/linux-4.1.27/fs/ext4/ |
H A D | move_extent.c | 127 * @index1: page index 135 pgoff_t index1, pgoff_t index2, struct page *page[2]) mext_page_double_lock() 145 pgoff_t tmp = index1; mext_page_double_lock() 146 index1 = index2; mext_page_double_lock() 152 page[0] = grab_cache_page_write_begin(mapping[0], index1, fl); mext_page_double_lock() 134 mext_page_double_lock(struct inode *inode1, struct inode *inode2, pgoff_t index1, pgoff_t index2, struct page *page[2]) mext_page_double_lock() argument
|
/linux-4.1.27/drivers/misc/altera-stapl/ |
H A D | altera.c | 2027 u32 index1; altera_execute() local 2034 index1 = stack[--stack_ptr]; altera_execute() 2051 a = 1 + index2 - index1; altera_execute() 2075 a = source1[index1 >> 3] & altera_execute() 2076 (1 << (index1 & 7)) altera_execute() 2085 ++index1; altera_execute()
|
/linux-4.1.27/fs/btrfs/ |
H A D | tree-log.c | 2626 int index1; btrfs_sync_log() local 2643 index1 = log_transid % 2; btrfs_sync_log() 2644 if (atomic_read(&root->log_commit[index1])) { btrfs_sync_log() 2650 atomic_set(&root->log_commit[index1], 1); btrfs_sync_log() 2653 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) btrfs_sync_log() 2859 btrfs_remove_all_log_ctxs(root, index1, ret); btrfs_sync_log() 2863 atomic_set(&root->log_commit[index1], 0); btrfs_sync_log() 2866 if (waitqueue_active(&root->log_commit_wait[index1])) btrfs_sync_log() 2867 wake_up(&root->log_commit_wait[index1]); btrfs_sync_log()
|
/linux-4.1.27/drivers/staging/xgifb/ |
H A D | vb_setmode.c | 2022 unsigned short tempbx = 0, resinfo = 0, modeflag, index1; XGI_GetTVInfo() local 2046 index1 = xgifb_reg_get(pVBInfo->P3d4, 0x35); XGI_GetTVInfo() 2047 index1 &= YPbPrMode; XGI_GetTVInfo() 2049 if (index1 == YPbPrMode525i) XGI_GetTVInfo() 2052 if (index1 == YPbPrMode525p) XGI_GetTVInfo() 2054 if (index1 == YPbPrMode750p) XGI_GetTVInfo()
|
Completed in 316 milliseconds