/linux-4.4.14/block/ |
D | blk-flush.c | 96 struct blk_flush_queue *fq); 167 struct blk_flush_queue *fq, in blk_flush_complete_seq() argument 171 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq() 187 fq->flush_pending_since = jiffies; in blk_flush_complete_seq() 192 list_move_tail(&rq->flush.list, &fq->flush_data_in_flight); in blk_flush_complete_seq() 216 kicked = blk_kick_flush(q, fq); in blk_flush_complete_seq() 227 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io() local 233 spin_lock_irqsave(&fq->mq_flush_lock, flags); in flush_end_io() 235 blk_mq_tag_set_rq(hctx, flush_rq->tag, fq->orig_rq); in flush_end_io() 239 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io() [all …]
|
D | blk.h | 45 return q->fq; in blk_get_flush_queue() 49 return hctx->fq; in blk_get_flush_queue() 147 struct blk_flush_queue *fq = blk_get_flush_queue(q, NULL); in __elv_next_request() local 170 if (fq->flush_pending_idx != fq->flush_running_idx && in __elv_next_request() 172 fq->flush_queue_delayed = 1; in __elv_next_request()
|
D | blk-mq.c | 1642 hctx->fq->flush_rq, hctx_idx, in blk_mq_exit_hctx() 1649 blk_free_flush_queue(hctx->fq); in blk_mq_exit_hctx() 1719 hctx->fq = blk_alloc_flush_queue(q, hctx->numa_node, set->cmd_size); in blk_mq_init_hctx() 1720 if (!hctx->fq) in blk_mq_init_hctx() 1725 hctx->fq->flush_rq, hctx_idx, in blk_mq_init_hctx() 1732 kfree(hctx->fq); in blk_mq_init_hctx()
|
D | blk-core.c | 433 struct blk_flush_queue *fq = blk_get_flush_queue(q, NULL); in __blk_drain_queue() local 438 if (fq) in __blk_drain_queue() 439 drain |= !list_empty(&fq->flush_queue[i]); in __blk_drain_queue() 837 q->fq = blk_alloc_flush_queue(q, NUMA_NO_NODE, 0); in blk_init_allocated_queue() 838 if (!q->fq) in blk_init_allocated_queue() 874 blk_free_flush_queue(q->fq); in blk_init_allocated_queue()
|
D | blk-sysfs.c | 597 blk_free_flush_queue(q->fq); in blk_release_queue()
|
/linux-4.4.14/net/ipv6/ |
D | reassembly.c | 79 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, 96 const struct frag_queue *fq; in ip6_hashfn() local 98 fq = container_of(q, struct frag_queue, q); in ip6_hashfn() 99 return inet6_hash_frag(fq->id, &fq->saddr, &fq->daddr); in ip6_hashfn() 104 const struct frag_queue *fq; in ip6_frag_match() local 107 fq = container_of(q, struct frag_queue, q); in ip6_frag_match() 108 return fq->id == arg->id && in ip6_frag_match() 109 fq->user == arg->user && in ip6_frag_match() 110 ipv6_addr_equal(&fq->saddr, arg->src) && in ip6_frag_match() 111 ipv6_addr_equal(&fq->daddr, arg->dst) && in ip6_frag_match() [all …]
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | reassembly.c | 37 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, 53 const struct lowpan_frag_queue *fq; in lowpan_hashfn() local 55 fq = container_of(q, struct lowpan_frag_queue, q); in lowpan_hashfn() 56 return lowpan_hash_frag(fq->tag, fq->d_size, &fq->saddr, &fq->daddr); in lowpan_hashfn() 61 const struct lowpan_frag_queue *fq; in lowpan_frag_match() local 64 fq = container_of(q, struct lowpan_frag_queue, q); in lowpan_frag_match() 65 return fq->tag == arg->tag && fq->d_size == arg->d_size && in lowpan_frag_match() 66 ieee802154_addr_equal(&fq->saddr, arg->src) && in lowpan_frag_match() 67 ieee802154_addr_equal(&fq->daddr, arg->dst); in lowpan_frag_match() 73 struct lowpan_frag_queue *fq; in lowpan_frag_init() local [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 181 struct frag_queue *fq; in nf_ct_frag6_expire() local 184 fq = container_of((struct inet_frag_queue *)data, struct frag_queue, q); in nf_ct_frag6_expire() 185 net = container_of(fq->q.net, struct net, nf_frag.frags); in nf_ct_frag6_expire() 187 ip6_expire_frag_queue(net, fq, &nf_frags); in nf_ct_frag6_expire() 219 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue() argument 227 if (fq->q.flags & INET_FRAG_COMPLETE) { in nf_ct_frag6_queue() 257 if (end < fq->q.len || in nf_ct_frag6_queue() 258 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue() 262 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue() 263 fq->q.len = end; in nf_ct_frag6_queue() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | inet_fragment.c | 129 struct inet_frag_queue *fq; in inet_evict_bucket() local 136 hlist_for_each_entry_safe(fq, n, &hb->chain, list) { in inet_evict_bucket() 137 if (!inet_fragq_should_evict(fq)) in inet_evict_bucket() 140 if (!del_timer(&fq->timer)) in inet_evict_bucket() 143 hlist_add_head(&fq->list_evictor, &expired); in inet_evict_bucket() 149 hlist_for_each_entry_safe(fq, n, &expired, list_evictor) in inet_evict_bucket() 150 f->frag_expire((unsigned long) fq); in inet_evict_bucket() 245 get_frag_bucket_locked(struct inet_frag_queue *fq, struct inet_frags *f) in get_frag_bucket_locked() argument 254 hash = inet_frag_hashfn(f, fq); in get_frag_bucket_locked() 266 static inline void fq_unlink(struct inet_frag_queue *fq, struct inet_frags *f) in fq_unlink() argument [all …]
|
/linux-4.4.14/include/linux/ |
D | blk-mq.h | 37 struct blk_flush_queue *fq; member
|
D | blkdev.h | 436 struct blk_flush_queue *fq; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 334 struct fq { struct
|
D | entry.S | 1094 std %fq, [%o2]
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 536 void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq,
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3554 u8 di0, dq0, ei, eq, fi, fq; in wlc_lcnphy_get_cc() local 3572 wlc_lcnphy_get_radio_loft(pi, &ei, &eq, &fi, &fq); in wlc_lcnphy_get_cc() 3577 wlc_lcnphy_get_radio_loft(pi, &ei, &eq, &fi, &fq); in wlc_lcnphy_get_cc() 3579 cc.im = (u16) fq; in wlc_lcnphy_get_cc()
|