Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/pci/hmm/
Dhmm.c59 int index1 = 0; in bo_show() local
66 index1 += ret; in bo_show()
72 ret = scnprintf(buf + index1, PAGE_SIZE - index1, in bo_show()
79 index1 += ret; in bo_show()
86 ret = scnprintf(buf + index1 + index2, in bo_show()
87 PAGE_SIZE - index1 - index2, in bo_show()
97 return index1 + index2 + 1; in bo_show()
/Linux-v6.1/include/linux/mlx5/
Drsc_dump.h37 int index1; member
Dmlx5_ifc.h2179 u8 index1[0x20]; member
2233 u8 index1[0x20]; member
2277 u8 index1[0x20]; member
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Drsc_dump.c146 MLX5_SET(resource_dump, cmd->cmd, index1, key->index1); in mlx5_rsc_dump_cmd_create()
/Linux-v6.1/fs/ext4/
Dmove_extent.c125 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock() argument
135 swap(index1, index2); in mext_page_double_lock()
141 page[0] = grab_cache_page_write_begin(mapping[0], index1); in mext_page_double_lock()
/Linux-v6.1/net/ceph/crush/
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-v6.1/drivers/infiniband/hw/mlx5/
Drestrack.c33 key.index1 = index; in dump_rsc()
/Linux-v6.1/drivers/misc/altera-stapl/
Daltera.c1989 u32 index1; in altera_execute() local
1996 index1 = stack[--stack_ptr]; in altera_execute()
2013 a = 1 + index2 - index1; in altera_execute()
2037 a = source1[index1 >> 3] & in altera_execute()
2038 (1 << (index1 & 7)) in altera_execute()
2047 ++index1; in altera_execute()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_rx.c512 key.index1 = icosq->sqn; in mlx5e_rx_reporter_dump_icosq()
574 key.index1 = rq->rqn; in mlx5e_rx_reporter_dump_rq()
Dhealth.c314 key.index1 = queue_idx; in mlx5e_health_queue_dump()
Dreporter_tx.c441 key.index1 = sq->sqn; in mlx5e_tx_reporter_dump_sq()
/Linux-v6.1/Documentation/admin-guide/mm/
Dnumaperf.rst156 |-- index1
/Linux-v6.1/fs/btrfs/
Dtree-log.c2936 int index1; in btrfs_sync_log() local
2957 index1 = log_transid % 2; in btrfs_sync_log()
2958 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
2964 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
2967 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3234 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log()
3236 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log()
3244 cond_wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()