Messages in this thread |  | | | Subject | Re: [patch 00/17] CFS Bandwidth Control v7.1 | | From | Peter Zijlstra <> | | Date | Thu, 07 Jul 2011 16:54:42 +0200 |
| |
On Thu, 2011-07-07 at 16:51 +0200, Ingo Molnar wrote: > > Going beyond that > > would be using static_branch() to track if there is any bandwidth > > tracking required at all. > > Could jump labels be utilized perhaps?
# git grep static_branch include/linux/ include/linux/jump_label.h:static __always_inline bool static_branch(struct jump_label_key *key)
|  |