Searched refs:cvmx_tim_add_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h131 * structure must be passed to cvmx_tim_add_entry in order
205 static inline cvmx_tim_status_t cvmx_tim_add_entry(cvmx_wqe_t *work_entry, uint64_t ticks_from_now, cvmx_tim_delete_t *delete_info) function
218 cvmx_dprintf("cvmx_tim_add_entry: Tried to schedule work too far away.\n");
226 cvmx_dprintf("cvmx_tim_add_entry: Tried to schedule work too soon. Delaying it.\n");
254 cvmx_dprintf("cvmx_tim_add_entry: Failed to allocate memory for new chunk.\n");
301 * Delete a timer entry scheduled using cvmx_tim_add_entry.
307 * Structure passed to cvmx_tim_add_entry to store the

Completed in 112 milliseconds