Lines Matching refs:sem
56 TP_PROTO(struct rw_semaphore *sem),
57 TP_ARGS(sem));
59 TP_PROTO(struct rw_semaphore *sem),
60 TP_ARGS(sem));
62 TP_PROTO(struct rw_semaphore *sem),
63 TP_ARGS(sem));
65 TP_PROTO(struct rw_semaphore *sem),
66 TP_ARGS(sem));
68 TP_PROTO(struct rw_semaphore *sem, bool *time_out, int *cnt, bool chk_only),
69 TP_ARGS(sem, time_out, cnt, chk_only));
71 TP_PROTO(struct rw_semaphore *sem, bool taken),
72 TP_ARGS(sem, taken));
74 TP_PROTO(struct rw_semaphore *sem, bool *ret),
75 TP_ARGS(sem, ret));
106 TP_PROTO(struct percpu_rw_semaphore *sem, bool reader),
107 TP_ARGS(sem, reader));