Searched refs:qp (Results 1 – 2 of 2) sorted by relevance
223 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);229 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);424 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user() argument426 qp->id = q->id; in cp_queue_to_32_user()427 qp->len = q->len; in cp_queue_to_32_user()428 qp->len_bytes = q->len_bytes; in cp_queue_to_32_user()429 qp->numbytes = q->numbytes; in cp_queue_to_32_user()430 qp->tot_pkts = q->tot_pkts; in cp_queue_to_32_user()431 qp->tot_bytes = q->tot_bytes; in cp_queue_to_32_user()432 qp->drops = q->drops; in cp_queue_to_32_user()[all …]
2096 struct clist *qp; in ttread() local2172 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq; in ttread()2175 if (qp->c_cc > 0) { in ttread()2199 if (qp->c_cc < m) { in ttread()2202 if (qp->c_cc > 0) { in ttread()2213 if (qp->c_cc <= 0) { in ttread()2216 if (qp->c_cc >= m) { in ttread()2220 if (!has_etime || qp->c_cc > last_cc) { in ttread()2238 last_cc = qp->c_cc; in ttread()2240 if (qp->c_cc > 0) { in ttread()[all …]