Searched refs:old_cookie (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | core_sched.c | 56 unsigned long old_cookie; in sched_core_update_cookie() local 73 old_cookie = p->core_cookie; in sched_core_update_cookie() 96 return old_cookie; in sched_core_update_cookie()
|
/openbmc/linux/net/ceph/ |
H A D | cls_lock_client.c | 193 char *lock_name, u8 type, char *old_cookie, in ceph_cls_set_cookie() argument 198 int old_cookie_len = strlen(old_cookie); in ceph_cls_set_cookie() 225 ceph_encode_string(&p, end, old_cookie, old_cookie_len); in ceph_cls_set_cookie() 230 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie()
|
/openbmc/linux/include/linux/ceph/ |
H A D | cls_lock_client.h | 44 char *lock_name, u8 type, char *old_cookie,
|
/openbmc/linux/net/sched/ |
H A D | act_api.c | 60 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie() argument 65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
|