Lines Matching refs:sem
45 TP_PROTO(struct rw_semaphore *sem),
46 TP_ARGS(sem));
48 TP_PROTO(struct rw_semaphore *sem),
49 TP_ARGS(sem));
51 TP_PROTO(struct rw_semaphore *sem),
52 TP_ARGS(sem));
54 TP_PROTO(struct rw_semaphore *sem),
55 TP_ARGS(sem));
57 TP_PROTO(struct rw_semaphore *sem, bool *time_out, int *cnt, bool chk_only),
58 TP_ARGS(sem, time_out, cnt, chk_only));
60 TP_PROTO(struct rw_semaphore *sem, bool taken),
61 TP_ARGS(sem, taken));
63 TP_PROTO(struct rw_semaphore *sem, bool *ret),
64 TP_ARGS(sem, ret));