Home
last modified time | relevance | path

Searched refs:dq_count (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_pie.c234 /* If current queue is about 10 packets or more and dq_count is unset in pie_process_dequeue()
238 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
240 vars->dq_count = 0; in pie_process_dequeue()
245 * the dq_count to -1 as we don't have enough packets to calculate the in pie_process_dequeue()
248 * and we calculate the drain rate for the threshold here. dq_count is in pie_process_dequeue()
252 if (vars->dq_count != DQCOUNT_INVALID) { in pie_process_dequeue()
253 vars->dq_count += skb->len; in pie_process_dequeue()
255 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
256 u32 count = vars->dq_count << PIE_SCALE; in pie_process_dequeue()
274 * dq_count t in pie_process_dequeue()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_pie.c231 /* If current queue is about 10 packets or more and dq_count is unset in pie_process_dequeue()
235 if (backlog >= QUEUE_THRESHOLD && vars->dq_count == DQCOUNT_INVALID) { in pie_process_dequeue()
237 vars->dq_count = 0; in pie_process_dequeue()
242 * the dq_count to -1 as we don't have enough packets to calculate the in pie_process_dequeue()
245 * and we calculate the drain rate for the threshold here. dq_count is in pie_process_dequeue()
249 if (vars->dq_count != DQCOUNT_INVALID) { in pie_process_dequeue()
250 vars->dq_count += skb->len; in pie_process_dequeue()
252 if (vars->dq_count >= QUEUE_THRESHOLD) { in pie_process_dequeue()
253 u32 count = vars->dq_count << PIE_SCALE; in pie_process_dequeue()
271 * dq_count t in pie_process_dequeue()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dpie.h47 * @dq_count: number of bytes dequeued in a measurement cycle
58 u64 dq_count; member
106 vars->dq_count = DQCOUNT_INVALID; in pie_vars_init()
/kernel/linux/linux-6.6/include/net/
H A Dpie.h47 * @dq_count: number of bytes dequeued in a measurement cycle
58 u64 dq_count; member
106 vars->dq_count = DQCOUNT_INVALID; in pie_vars_init()
/kernel/linux/linux-5.10/include/linux/
H A Dquotaops.h49 WARN_ON_ONCE(!atomic_read(&dquot->dq_count)); in dqgrab()
51 atomic_inc(&dquot->dq_count); in dqgrab()
59 if (atomic_read(&dquot->dq_count) > 0) in dquot_is_busy()
H A Dquota.h303 atomic_t dq_count; /* Use count */ member
/kernel/linux/linux-6.6/include/linux/
H A Dquotaops.h50 WARN_ON_ONCE(!atomic_read(&dquot->dq_count)); in dqgrab()
52 atomic_inc(&dquot->dq_count); in dqgrab()
60 if (atomic_read(&dquot->dq_count) > 0) in dquot_is_busy()
H A Dquota.h303 atomic_t dq_count; /* Use count */ member
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c589 if (atomic_read(&dquot->dq_count)) { in invalidate_dquots()
590 atomic_inc(&dquot->dq_count); in invalidate_dquots()
597 * Otherwise dq_count would be > 1 and we would never in invalidate_dquots()
601 atomic_read(&dquot->dq_count) == 1); in invalidate_dquots()
646 atomic_inc(&dquot->dq_count); in dquot_scan_active()
834 WARN_ON_ONCE(atomic_read(&dquot->dq_count)); in quota_release_workfn()
866 if (!atomic_read(&dquot->dq_count)) { in dqput()
876 if (atomic_read(&dquot->dq_count) > 1) { in dqput()
878 atomic_dec(&dquot->dq_count); in dqput()
881 atomic_read(&dquot->dq_count) in dqput()
[all...]
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c587 if (atomic_read(&dquot->dq_count)) { in invalidate_dquots()
588 atomic_inc(&dquot->dq_count); in invalidate_dquots()
595 * Otherwise dq_count would be > 1 and we would never in invalidate_dquots()
599 atomic_read(&dquot->dq_count) == 1); in invalidate_dquots()
644 atomic_inc(&dquot->dq_count); in dquot_scan_active()
832 WARN_ON_ONCE(atomic_read(&dquot->dq_count)); in quota_release_workfn()
864 if (!atomic_read(&dquot->dq_count)) { in dqput()
874 if (atomic_read(&dquot->dq_count) > 1) { in dqput()
876 atomic_dec(&dquot->dq_count); in dqput()
879 atomic_read(&dquot->dq_count) in dqput()
[all...]
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2557 unsigned int dq_count; member
2762 fileio->dq_count += 1; in __vb2_perform_fileio()
2822 if (read && fileio->read_once && fileio->dq_count == 1) { in __vb2_perform_fileio()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2615 unsigned int dq_count; member
2820 fileio->dq_count += 1; in __vb2_perform_fileio()
2880 if (read && fileio->read_once && fileio->dq_count == 1) { in __vb2_perform_fileio()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1219 u32 dq_count; member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1219 u32 dq_count; member

Completed in 26 milliseconds