Searched refs:idxp (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/xfs/scrub/ |
D | xfarray.c | 700 xfarray_idx_t *idxp; in xfarray_qsort_pivot() local 712 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, 0); in xfarray_qsort_pivot() 713 *idxp = lo; in xfarray_qsort_pivot() 715 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, i); in xfarray_qsort_pivot() 716 *idxp = lo + (i * step); in xfarray_qsort_pivot() 718 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, in xfarray_qsort_pivot() 720 *idxp = hi; in xfarray_qsort_pivot() 727 idxp = xfarray_pivot_array_idx(parray, pivot_rec_sz, i); in xfarray_qsort_pivot() 731 error = xfarray_sort_load(si, *idxp, recp); in xfarray_qsort_pivot() 741 idx = *idxp; in xfarray_qsort_pivot() [all …]
|
/linux-6.6.21/drivers/hwmon/pmbus/ |
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()
|
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()
|
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.6.21/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1911 int *idxp; in hfcmulti_tx() local 1924 idxp = &dch->tx_idx; in hfcmulti_tx() 1929 idxp = &bch->tx_idx; in hfcmulti_tx() 2096 i = *idxp; in hfcmulti_tx() 2109 *idxp = ii; in hfcmulti_tx()
|
/linux-6.6.21/drivers/vhost/ |
D | vhost.c | 770 u32 __user *idxp = argp; in vhost_get_vq_from_user() local 774 r = get_user(idx, idxp); in vhost_get_vq_from_user()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_policy.c | 3582 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() argument 3586 *idxp = k; in secpath_has_nontransport()
|