Home
last modified time | relevance | path

Searched refs:fqs (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/quota/
H A Dquota.c365 memset(fqs, 0, sizeof(*fqs)); in quota_getstate()
369 if (!fqs->qs_flags) in quota_getstate()
398 fqs->qs_gquota.qfs_nblks = in quota_getstate()
436 struct fs_quota_stat fqs; in quota_getxstate() local
447 if (copy_to_user(addr, &fqs, sizeof(fqs))) in quota_getxstate()
463 memset(fqs, 0, sizeof(*fqs)); in quota_getstatev()
467 if (!fqs->qs_flags) in quota_getstatev()
499 struct fs_quota_statv fqs; in quota_getxstatev() local
505 memset(&fqs, 0, sizeof(fqs)); in quota_getxstatev()
510 switch (fqs.qs_version) { in quota_getxstatev()
[all …]
/linux-6.15/drivers/soc/fsl/qbman/
H A Dqman.c286 u8 fqs; /* Frame Queue Status */ member
1438 if (msg->fq.fqs & QM_MR_FQS_NOTEMPTY) in fq_state_change()
1440 if (msg->fq.fqs & QM_MR_FQS_ORLPRESENT) in fq_state_change()
1516 if (fq->cb.fqs) in qm_mr_process_task()
1517 fq->cb.fqs(p, fq, msg); in qm_mr_process_task()
1523 if (fq->cb.fqs) in qm_mr_process_task()
1524 fq->cb.fqs(p, fq, msg); in qm_mr_process_task()
2055 if (mcr->alterfq.fqs & QM_MCR_FQS_NOTEMPTY) in qman_retire_fq()
2062 if (fq->cb.fqs) { in qman_retire_fq()
2075 msg.fq.fqs = mcr->alterfq.fqs; in qman_retire_fq()
[all …]
H A Dqman_test_api.c59 .cb.fqs = cb_fqs
/linux-6.15/include/soc/fsl/
H A Dqman.h295 u8 fqs; /* Frame Queue Status */ member
758 qman_cb_mr fqs; /* frame-queue state changes*/ member
/linux-6.15/Documentation/RCU/
H A Dstallwarn.rst239 2-...: (3 GPs behind) idle=06c/0/0 softirq=1453/1455 fqs=0
240 16-...: (0 ticks this GP) idle=81c/0/0 softirq=764/764 fqs=0
280 The "fqs=" shows the number of force-quiescent-state idle/offline
347 where it queued the fqs timer. The number following the "timer-softirq"
/linux-6.15/drivers/crypto/caam/
H A Dqi.c189 req_fq->cb.fqs = NULL; in create_caam_req_fq()
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dmsm-sm8350-hdk-skips.txt91 …8.007412] rcu: 0-....: (524 ticks this GP) idle=4ffc/1/0x4000000000000000 softirq=9367/9368 fqs=29
/linux-6.15/kernel/rcu/
H A Drcutorture.c405 void (*fqs)(void); member
610 .fqs = rcu_force_quiescent_state,
1295 cur_ops->fqs(); in rcu_torture_fqs()
4069 if (cur_ops->fqs == NULL && fqs_duration != 0) { in rcu_torture_init()
H A Dtree.c4584 static const char * const fqs[] = RCU_FQS_NAME_INIT; in rcu_init_one() local
4618 &rcu_fqs_class[i], fqs[i]); in rcu_init_one()
/linux-6.15/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst532 .. kernel-figure:: TreeRCU-gp-fqs.svg