Home
last modified time | relevance | path

Searched refs:_qf (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libutil/
H A Dlibutil.h197 int quota_check_path(const struct quotafile *_qf, const char *_path);
198 void quota_close(struct quotafile *_qf);
199 int quota_convert(struct quotafile *_qf, int _wordsize);
201 quota_fsname(const struct quotafile *_qf);
202 int quota_maxid(struct quotafile *_qf);
203 int quota_off(struct quotafile *_qf);
204 int quota_on(struct quotafile *_qf);
208 quota_qfname(const struct quotafile *_qf);
209 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id);
210 int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id);
[all …]
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c321 #define DSW_QF_TO_INT(_qf) \ argument
322 ((int)((((_qf)->queue_id)<<16)|((_qf)->flow_hash)))