Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/ext4/
Dmove_extent.c135 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock() argument
145 pgoff_t tmp = index1; in mext_page_double_lock()
146 index1 = index2; in mext_page_double_lock()
152 page[0] = grab_cache_page_write_begin(mapping[0], index1, fl); in mext_page_double_lock()
/linux-4.4.14/net/ceph/crush/
Dmapper.c249 int iexpon, index1, index2; in crush_ln() local
261 index1 = (x >> 8) << 1; in crush_ln()
263 RH = __RH_LH_tbl[index1 - 256]; in crush_ln()
265 LH = __RH_LH_tbl[index1 + 1 - 256]; in crush_ln()
/linux-4.4.14/drivers/misc/altera-stapl/
Daltera.c2027 u32 index1; in altera_execute() local
2034 index1 = stack[--stack_ptr]; in altera_execute()
2051 a = 1 + index2 - index1; in altera_execute()
2075 a = source1[index1 >> 3] & in altera_execute()
2076 (1 << (index1 & 7)) in altera_execute()
2085 ++index1; in altera_execute()
/linux-4.4.14/fs/btrfs/
Dtree-log.c2726 int index1; in btrfs_sync_log() local
2743 index1 = log_transid % 2; in btrfs_sync_log()
2744 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
2750 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
2753 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
2964 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log()
2968 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log()
2974 if (waitqueue_active(&root->log_commit_wait[index1])) in btrfs_sync_log()
2975 wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
/linux-4.4.14/drivers/staging/xgifb/
Dvb_setmode.c2015 unsigned short tempbx = 0, resinfo = 0, modeflag, index1; in XGI_GetTVInfo() local
2039 index1 = xgifb_reg_get(pVBInfo->P3d4, 0x35); in XGI_GetTVInfo()
2040 index1 &= YPbPrMode; in XGI_GetTVInfo()
2042 if (index1 == YPbPrMode525i) in XGI_GetTVInfo()
2045 if (index1 == YPbPrMode525p) in XGI_GetTVInfo()
2047 if (index1 == YPbPrMode750p) in XGI_GetTVInfo()