Home
last modified time | relevance | path

Searched refs:fph (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/futex/
H A Dcore.c127 __futex_hash(union futex_key *key, struct futex_private_hash *fph);
130 static bool futex_ref_get(struct futex_private_hash *fph);
131 static bool futex_ref_put(struct futex_private_hash *fph);
132 static bool futex_ref_is_dead(struct futex_private_hash *fph);
145 static bool futex_private_hash_get(struct futex_private_hash *fph) in futex_private_hash_get() argument
147 return futex_ref_get(fph); in futex_private_hash_get()
150 void futex_private_hash_put(struct futex_private_hash *fph) in futex_private_hash_put() argument
152 if (futex_ref_put(fph)) in futex_private_hash_put()
153 wake_up_var(fph->mm); in futex_private_hash_put()
165 struct futex_private_hash *fph = hb->priv; in futex_hash_get() local
[all …]
/linux/kernel/trace/
H A Dfprobe.c113 struct fprobe_hlist *fph; in is_fprobe_still_exist() local
116 hlist_for_each_entry_rcu(fph, head, hlist, in is_fprobe_still_exist()
118 if (fph->fp == fp) in is_fprobe_still_exist()
127 struct fprobe_hlist *fph = fp->hlist_array; in add_fprobe_hash() local
132 if (WARN_ON_ONCE(!fph)) in add_fprobe_hash()
145 struct fprobe_hlist *fph = fp->hlist_array; in del_fprobe_hash() local
149 if (WARN_ON_ONCE(!fph)) in del_fprobe_hash()
155 fph->fp = NULL; in del_fprobe_hash()
156 hlist_del_rcu(&fph->hlist); in del_fprobe_hash()
196 struct __fprobe_header *fph = (struct __fprobe_header *)stack; in write_fprobe_header() local
[all …]