Searched refs:qda (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qdist.c | 96 struct qdist qda; in do_test_bin() local 99 qdist_init(&qda); in do_test_bin() 101 entries_insert(&qda, a, n_a); in do_test_bin() 102 qdist_inc(&qda, a[0].x); in do_test_bin() 103 qdist_add(&qda, a[0].x, -1); in do_test_bin() 105 g_assert_cmpuint(qdist_unique_entries(&qda), ==, n_a); in do_test_bin() 106 g_assert_cmpfloat(qdist_xmin(&qda), ==, a[0].x); in do_test_bin() 107 g_assert_cmpfloat(qdist_xmax(&qda), ==, a[n_a - 1].x); in do_test_bin() 108 histogram_check(&qda, a, n_a, 0); in do_test_bin() 109 histogram_check(&qda, a, n_a, n_a); in do_test_bin() [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | quota.c | 888 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() argument 890 struct gfs2_sbd *sdp = (*qda)->qd_sbd; in do_sync() 909 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync() 912 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync() 923 offset = qd2offset(qda[x]); in do_sync() 954 qd = qda[x]; in do_sync() 980 qda[x]->qd_sync_gen = sdp->sd_quota_sync_gen; in do_sync() 1133 struct gfs2_quota_data *qda[2 * GFS2_MAXQUOTAS]; in gfs2_quota_unlock() local 1166 qda[count++] = qd; in gfs2_quota_unlock() 1170 do_sync(count, qda); in gfs2_quota_unlock() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 1673 TCGv_ptr qda; local 1677 !mve_check_qreg_bank(s, a->qda) || 1686 qda = mve_qreg_ptr(a->qda); 1688 fn(tcg_env, qda, qda, rm);
|
H A D | mve.decode | 50 &shl_scalar qda rm size 119 @shl_scalar .... .... .... size:2 .. .... .... .... rm:4 &shl_scalar qda=%qd
|