Searched refs:thresh (Results 1 – 7 of 7) sorted by relevance
/include/trace/events/ |
D | host1x.h | 180 TP_PROTO(const char *name, int count, u32 thresh), 182 TP_ARGS(name, count, thresh), 187 __field(u32, thresh) 193 __entry->thresh = thresh; 197 __entry->name, __entry->count, __entry->thresh) 237 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh, 240 TP_ARGS(bo, offset, syncpt_id, thresh, min), 246 __field(u32, thresh) 254 __entry->thresh = thresh; 260 __entry->syncpt_id, __entry->thresh,
|
D | writeback.h | 624 unsigned long thresh, 636 TP_ARGS(wb, thresh, bg_thresh, dirty, bdi_thresh, bdi_dirty, 659 unsigned long freerun = (thresh + bg_thresh) / 2; 667 bdi_thresh / (thresh + 1);
|
/include/linux/ |
D | igmp.h | 94 #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \ argument 95 ((value) < (thresh) ? (value) : \
|
D | host1x.h | 158 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, 285 void host1x_job_add_wait(struct host1x_job *job, u32 id, u32 thresh,
|
D | writeback.h | 375 unsigned long wb_calc_thresh(struct bdi_writeback *wb, unsigned long thresh);
|
/include/linux/soc/ti/ |
D | knav_dma.h | 117 enum knav_dma_rx_thresholds thresh; member
|
/include/uapi/drm/ |
D | tegra_drm.h | 133 __u32 thresh; member 388 __u32 thresh; member
|