Lines Matching refs:trailer
248 unsigned long *trailer; in allocate_sdbt() local
294 trailer = trailer_entry_ptr(*sdbt); in allocate_sdbt()
295 *trailer = SDB_TE_ALERT_REQ_MASK; in allocate_sdbt()
765 unsigned long *trailer; in worker_on_interrupt() local
769 trailer = trailer_entry_ptr(*sdbt); in worker_on_interrupt()
771 if (!(*trailer & SDB_TE_BUFFER_FULL_MASK)) { in worker_on_interrupt()
777 te = (struct hws_trailer_entry *)trailer; in worker_on_interrupt()
799 unsigned long *trailer; in add_samples_to_oprofile() local
801 trailer = trailer_entry_ptr(*sdbt); in add_samples_to_oprofile()
803 if (dear > trailer) in add_samples_to_oprofile()
805 trailer = dear; in add_samples_to_oprofile()
810 while ((unsigned long *)sample_data_ptr < trailer) { in add_samples_to_oprofile()