Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hmm/
A Dhmm.c63 int index1 = 0; in bo_show() local
70 index1 += ret; in bo_show()
76 ret = scnprintf(buf + index1, PAGE_SIZE - index1, in bo_show()
83 index1 += ret; in bo_show()
90 ret = scnprintf(buf + index1 + index2, in bo_show()
91 PAGE_SIZE - index1 - index2, in bo_show()
101 return index1 + index2 + 1; in bo_show()
/linux/include/linux/mlx5/
A Drsc_dump.h37 int index1; member
A Dmlx5_ifc.h2058 u8 index1[0x20]; member
2112 u8 index1[0x20]; member
2156 u8 index1[0x20]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Drsc_dump.c128 MLX5_SET(resource_dump, cmd->cmd, index1, key->index1); in mlx5_rsc_dump_cmd_create()
/linux/fs/ext4/
A 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()
142 page[0] = grab_cache_page_write_begin(mapping[0], index1, fl); in mext_page_double_lock()
/linux/net/ceph/crush/
A Dmapper.c252 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/drivers/infiniband/hw/mlx5/
A Drestrack.c33 key.index1 = index; in dump_rsc()
/linux/drivers/misc/altera-stapl/
A Daltera.c2013 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/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dreporter_rx.c530 key.index1 = icosq->sqn; in mlx5e_rx_reporter_dump_icosq()
592 key.index1 = rq->rqn; in mlx5e_rx_reporter_dump_rq()
A Dhealth.c314 key.index1 = queue_idx; in mlx5e_health_queue_dump()
A Dreporter_tx.c441 key.index1 = sq->sqn; in mlx5e_tx_reporter_dump_sq()
/linux/fs/btrfs/
A Dtree-log.c3111 int index1; in btrfs_sync_log() local
3132 index1 = log_transid % 2; in btrfs_sync_log()
3133 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
3139 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
3142 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3408 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log()
3410 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log()
3418 cond_wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
/linux/Documentation/admin-guide/mm/
A Dnumaperf.rst156 |-- index1

Completed in 94 milliseconds