Lines Matching defs:BPF_PROG
238 int BPF_PROG(mutex_lock, struct mutex *lock) in BPF_PROG() function
245 int BPF_PROG(mutex_lock_exit, struct mutex *lock, long ret) in BPF_PROG() function
252 int BPF_PROG(mutex_trylock_exit, struct mutex *lock, long ret) in BPF_PROG() function
262 int BPF_PROG(mutex_lock_interruptible, struct mutex *lock) in BPF_PROG() function
269 int BPF_PROG(mutex_lock_interruptible_exit, struct mutex *lock, long ret) in BPF_PROG() function
279 int BPF_PROG(mutex_lock_killable, struct mutex *lock) in BPF_PROG() function
286 int BPF_PROG(mutex_lock_killable_exit, struct mutex *lock, long ret) in BPF_PROG() function
296 int BPF_PROG(mutex_unlock, struct mutex *lock) in BPF_PROG() function
303 int BPF_PROG(down_read, struct rw_semaphore *lock) in BPF_PROG() function
310 int BPF_PROG(down_read_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
317 int BPF_PROG(down_read_trylock_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
327 int BPF_PROG(down_read_interruptible, struct rw_semaphore *lock) in BPF_PROG() function
334 int BPF_PROG(down_read_interruptible_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
344 int BPF_PROG(down_read_killable, struct rw_semaphore *lock) in BPF_PROG() function
351 int BPF_PROG(down_read_killable_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
361 int BPF_PROG(up_read, struct rw_semaphore *lock) in BPF_PROG() function
368 int BPF_PROG(down_write, struct rw_semaphore *lock) in BPF_PROG() function
375 int BPF_PROG(down_write_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
382 int BPF_PROG(down_write_trylock_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
392 int BPF_PROG(down_write_killable, struct rw_semaphore *lock) in BPF_PROG() function
399 int BPF_PROG(down_write_killable_exit, struct rw_semaphore *lock, long ret) in BPF_PROG() function
409 int BPF_PROG(up_write, struct rw_semaphore *lock) in BPF_PROG() function