Searched refs:index1 (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_stream.c | 1020 int index1, in dc_stream_get_brightness_millinits_linear_interpolation() argument 1025 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_brightness_millinits_linear_interpolation() 1026 …(stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[index1]) / in dc_stream_get_brightness_millinits_linear_interpolation() 1027 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_brightness_millinits_linear_interpolation() 1039 int index1, in dc_stream_get_refresh_hz_linear_interpolation() argument 1044 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_refresh_hz_linear_interpolation() 1045 …(stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[index1]) / in dc_stream_get_refresh_hz_linear_interpolation() 1046 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_refresh_hz_linear_interpolation()
|
| /linux/include/linux/mlx5/ |
| H A D | rsc_dump.h | 37 int index1; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | rsc_dump.c | 146 MLX5_SET(resource_dump, cmd->cmd, index1, key->index1); in mlx5_rsc_dump_cmd_create()
|
| /linux/fs/ext4/ |
| H A D | move_extent.c | 61 pgoff_t index1, pgoff_t index2, size_t len, in mext_folio_double_lock() argument 73 swap(index1, index2); in mext_folio_double_lock() 80 folio[0] = __filemap_get_folio(mapping[0], index1, fgp_flags, in mext_folio_double_lock()
|
| /linux/net/ceph/crush/ |
| H 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/drivers/misc/altera-stapl/ |
| H A D | altera.c | 1988 u32 index1; in altera_execute() local 1995 index1 = stack[--stack_ptr]; in altera_execute() 2012 a = 1 + index2 - index1; in altera_execute() 2036 a = source1[index1 >> 3] & in altera_execute() 2037 (1 << (index1 & 7)) in altera_execute() 2046 ++index1; in altera_execute()
|
| /linux/include/linux/ |
| H A D | packing.h | 41 #define CHECK_PACKED_FIELD_OVERLAP(fields, index1, index2) ({ \ argument 43 typeof(__f[0]) _f1 = __f[index1]; typeof(__f[0]) _f2 = __f[index2]; \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_rx.c | 511 key.index1 = icosq->sqn; in mlx5e_rx_reporter_dump_icosq() 546 key.index1 = rq->rqn; in mlx5e_rx_reporter_dump_rq()
|
| H A D | reporter_tx.c | 443 key.index1 = sq->sqn; in mlx5e_tx_reporter_dump_sq()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 155 |-- index1
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 3321 int index1; in btrfs_sync_log() local 3342 index1 = log_transid % 2; in btrfs_sync_log() 3343 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log() 3350 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log() 3353 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log() 3616 btrfs_remove_all_log_ctxs(root, index1, ret); in btrfs_sync_log() 3618 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log() 3626 cond_wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
|