Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-timers.c42 struct timer_hash_bucket { struct
48 struct timer_hash_bucket *buckets; argument
91 static struct timer_hash_bucket *hash_bucket(struct signal_struct *sig, unsigned int nr) in hash_bucket()
99 struct timer_hash_bucket *bucket = hash_bucket(sig, id); in posix_timer_by_id()
121 static bool posix_timer_hashed(struct timer_hash_bucket *bucket, struct signal_struct *sig, in posix_timer_hashed()
136 struct timer_hash_bucket *bucket = hash_bucket(sig, id); in posix_timer_add_at()
451 struct timer_hash_bucket *bucket = hash_bucket(posix_sig_owner(tmr), tmr->it_id); in posix_timer_unhash_and_free()