Searched refs:idxp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A D | xfarray.c | 657 xfarray_idx_t *idxp; in xfarray_qsort_pivot() local 670 *idxp = lo; in xfarray_qsort_pivot() 673 *idxp = lo + (i * step); in xfarray_qsort_pivot() 675 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, in xfarray_qsort_pivot() 677 *idxp = hi; in xfarray_qsort_pivot() 688 error = xfarray_sort_load(si, *idxp, recp); in xfarray_qsort_pivot() 698 idx = *idxp; in xfarray_qsort_pivot() 719 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, in xfarray_qsort_pivot() 721 if (*idxp == lo) in xfarray_qsort_pivot() 730 if (*idxp == lo) in xfarray_qsort_pivot() [all …]
|
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | q54sj108a2.c | 77 int *idxp = file->private_data; in q54sj108a2_debugfs_read() local 78 int idx = *idxp; in q54sj108a2_debugfs_read() 79 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_read() 181 int *idxp = file->private_data; in q54sj108a2_debugfs_write() local 182 int idx = *idxp; in q54sj108a2_debugfs_write() 183 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_write()
|
| H A D | ibm-cffps.c | 134 int *idxp = file->private_data; in ibm_cffps_debugfs_read() local 135 int idx = *idxp; in ibm_cffps_debugfs_read() 136 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_read() 217 int *idxp = file->private_data; in ibm_cffps_debugfs_write() local 218 int idx = *idxp; in ibm_cffps_debugfs_write() 219 struct ibm_cffps *psu = to_psu(idxp, idx); in ibm_cffps_debugfs_write()
|
| H A D | max20730.c | 111 int *idxp = file->private_data; in max20730_debugfs_read() local 112 int idx = *idxp; in max20730_debugfs_read() 113 struct max20730_debugfs_data *psu = to_psu(idxp, idx); in max20730_debugfs_read()
|
| /linux-6.15/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 1912 int *idxp; in hfcmulti_tx() local 1925 idxp = &dch->tx_idx; in hfcmulti_tx() 1930 idxp = &bch->tx_idx; in hfcmulti_tx() 2097 i = *idxp; in hfcmulti_tx() 2110 *idxp = ii; in hfcmulti_tx()
|
| /linux-6.15/drivers/vhost/ |
| H A D | vhost.c | 826 u32 __user *idxp = argp; in vhost_get_vq_from_user() local 830 r = get_user(idx, idxp); in vhost_get_vq_from_user()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 3540 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() argument 3544 *idxp = k; in secpath_has_nontransport()
|