diff options
author | Davidlohr Bueso <[email protected]> | 2018-04-04 09:15:39 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-04-05 09:20:46 +0200 |
commit | adcc8da8859bee9548bb6d323b1e8de8a7252acd (patch) | |
tree | c2679a00cb4f45372763140d624c33285a70d1fd /net/lapb/lapb_in.c | |
parent | d29a20645d5e929aa7e8616f28e5d8e1c49263ec (diff) |
sched/core: Simplify helpers for rq clock update skip requests
By renaming the functions we can get rid of the skip parameter
and have better code redability. It makes zero sense to have
things such as:
rq_clock_skip_update(rq, false)
When the skip request is in fact not going to happen. Ever. Rename
things such that we end up with:
rq_clock_skip_update(rq)
rq_clock_cancel_skipupdate(rq)
Signed-off-by: Davidlohr Bueso <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/20180404161539.nhadkff2aats74jh@linux-n805
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions