Searched refs:index1 (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hmm/ |
A D | hmm.c | 57 int index1 = 0; in bo_show() local 64 index1 += ret; in bo_show() 70 ret = scnprintf(buf + index1, PAGE_SIZE - index1, in bo_show() 77 index1 += ret; in bo_show() 84 ret = scnprintf(buf + index1 + index2, in bo_show() 85 PAGE_SIZE - index1 - index2, in bo_show() 95 return index1 + index2 + 1; in bo_show()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | rsc_dump.h | 37 int index1; member
|
A D | mlx5_ifc.h | 2245 u8 index1[0x20]; member 2299 u8 index1[0x20]; member 2343 u8 index1[0x20]; member
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
A D | rsc_dump.c | 146 MLX5_SET(resource_dump, cmd->cmd, index1, key->index1); in mlx5_rsc_dump_cmd_create()
|
/linux-6.3-rc2/fs/ext4/ |
A D | move_extent.c | 125 pgoff_t index1, pgoff_t index2, struct folio *folio[2]) in mext_folio_double_lock() argument 136 swap(index1, index2); in mext_folio_double_lock() 142 folio[0] = __filemap_get_folio(mapping[0], index1, fgp_flags, in mext_folio_double_lock()
|
/linux-6.3-rc2/net/ceph/crush/ |
A 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-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | restrack.c | 33 key.index1 = index; in dump_rsc()
|
/linux-6.3-rc2/drivers/misc/altera-stapl/ |
A D | altera.c | 1989 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | reporter_rx.c | 516 key.index1 = icosq->sqn; in mlx5e_rx_reporter_dump_icosq() 578 key.index1 = rq->rqn; in mlx5e_rx_reporter_dump_rq()
|
A D | health.c | 314 key.index1 = queue_idx; in mlx5e_health_queue_dump()
|
A D | reporter_tx.c | 445 key.index1 = sq->sqn; in mlx5e_tx_reporter_dump_sq()
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | numaperf.rst | 155 |-- index1
|
/linux-6.3-rc2/fs/btrfs/ |
A D | tree-log.c | 2895 int index1; in btrfs_sync_log() local 2916 index1 = log_transid % 2; in btrfs_sync_log() 2917 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log() 2923 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log() 2926 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log() 3188 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log() 3190 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log() 3198 cond_wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
|
Completed in 91 milliseconds