#ifndef _NFT_DUP_H_ #define _NFT_DUP_H_ struct nft_dup_inet { enum nft_registers sreg_addr:8; enum nft_registers sreg_dev:8; }; #endif /* _NFT_DUP_H_ */ />
summaryrefslogtreecommitdiff
path: root/net/irda/qos.c
/option>
AgeCommit message (Expand)AuthorFilesLines
authorPeter Zijlstra <peterz@infradead.org>2016-05-09 10:37:57 +0200
committerIngo Molnar <mingo@kernel.org>2016-09-30 10:54:06 +0200
commit16f3ef46805a5ffc75549deac2ff6af08bdf590b (patch)
tree08ae64c54ddf97ea5b960d69e2ee993b28c2764f
parentf39180efe5737af8467139bf8af7ca27057be87f (diff)
sched/core: Restructure destroy_sched_domain()
There is no point in doing a call_rcu() for each domain, only do a callback for the root sched domain and clean up the entire set in one go. Also make the entire call chain be called destroy_sched_domain*() to remove confusion with the free_sched_domains() call, which does an entirely different thing. Both cpu_attach_domain() callers of destroy_sched_domain() can live without the call_rcu() because at those points the sched_domain hasn't been published yet. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat