Home
last modified time | relevance | path

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

/linux-6.12.1/fs/quota/
Dquota.c355 struct fs_quota_stat *fqs) in quota_getstate() argument
365 memset(fqs, 0, sizeof(*fqs)); in quota_getstate()
366 fqs->qs_version = FS_QSTAT_VERSION; in quota_getstate()
367 fqs->qs_flags = quota_state_to_flags(&state); in quota_getstate()
369 if (!fqs->qs_flags) in quota_getstate()
371 fqs->qs_incoredqs = state.s_incoredqs; in quota_getstate()
373 fqs->qs_btimelimit = state.s_state[type].spc_timelimit; in quota_getstate()
374 fqs->qs_itimelimit = state.s_state[type].ino_timelimit; in quota_getstate()
375 fqs->qs_rtbtimelimit = state.s_state[type].rt_spc_timelimit; in quota_getstate()
376 fqs->qs_bwarnlimit = state.s_state[type].spc_warnlimit; in quota_getstate()
[all …]
/linux-6.12.1/drivers/soc/fsl/qbman/
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()
2057 if (mcr->alterfq.fqs & QM_MCR_FQS_ORLPRESENT) in qman_retire_fq()
2062 if (fq->cb.fqs) { in qman_retire_fq()
[all …]
Dqman_test_api.c59 .cb.fqs = cb_fqs
/linux-6.12.1/include/soc/fsl/
Dqman.h295 u8 fqs; /* Frame Queue Status */ member
758 qman_cb_mr fqs; /* frame-queue state changes*/ member
/linux-6.12.1/Documentation/RCU/
Dstallwarn.rst232 2-...: (3 GPs behind) idle=06c/0/0 softirq=1453/1455 fqs=0
233 16-...: (0 ticks this GP) idle=81c/0/0 softirq=764/764 fqs=0
273 The "fqs=" shows the number of force-quiescent-state idle/offline
340 where it queued the fqs timer. The number following the "timer-softirq"
/linux-6.12.1/drivers/crypto/caam/
Dqi.c189 req_fq->cb.fqs = NULL; in create_caam_req_fq()
/linux-6.12.1/kernel/rcu/
Drcutorture.c381 void (*fqs)(void); member
573 .fqs = rcu_force_quiescent_state,
1201 cur_ops->fqs(); in rcu_torture_fqs()
3788 if (cur_ops->fqs == NULL && fqs_duration != 0) { in rcu_torture_init()
Dtree.c5427 static const char * const fqs[] = RCU_FQS_NAME_INIT; in rcu_init_one() local
5461 &rcu_fqs_class[i], fqs[i]); in rcu_init_one()
/linux-6.12.1/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst532 .. kernel-figure:: TreeRCU-gp-fqs.svg