Home
last modified time | relevance | path

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

/linux/fs/quota/
H A 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/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()
2057 if (mcr->alterfq.fqs & QM_MCR_FQS_ORLPRESENT) in qman_retire_fq()
2062 if (fq->cb.fqs) { in qman_retire_fq()
[all …]
H A Dqman_test_api.c59 .cb.fqs = cb_fqs
/linux/include/soc/fsl/
H A Dqman.h295 u8 fqs; /* Frame Queue Status */ member
758 qman_cb_mr fqs; /* frame-queue state changes*/ member
/linux/Documentation/RCU/
H A 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/drivers/crypto/caam/
H A Dqi.c189 req_fq->cb.fqs = NULL; in create_caam_req_fq()
/linux/kernel/rcu/
H A Drcutorture.c80 torture_param(int, fqs_duration, 0, "Duration of fqs bursts (us), 0 to disable");
81 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)");
82 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)");
381 void (*fqs)(void);
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()
3789 pr_alert("rcu-torture: ->fqs NULL and non-zero fqs_duration, fqs disabled.\n"); in rcu_torture_init()
3937 /* Create the fqs threa in rcu_torture_init()
380 void (*fqs)(void); global() member
[all...]
H A Dtree.c473 /* Otherwise, set to third fqs scan, but bound below on large system. */ in param_set_first_fqs_jiffies()
5426 static const char * const fqs[] = RCU_FQS_NAME_INIT; in rcu_init_one()
5460 &rcu_fqs_class[i], fqs[i]); in rcu_init_geometry()
5351 static const char * const fqs[] = RCU_FQS_NAME_INIT; rcu_init_one() local