Lines Matching refs:signal
17 #include <linux/sched/signal.h>
314 * dma_fence_signal_timestamp_locked - signal completion of a fence
315 * @fence: the fence to signal
316 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain
323 * signal timestamp.
359 * dma_fence_signal_timestamp - signal completion of a fence
360 * @fence: the fence to signal
361 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain
368 * signal timestamp.
390 * dma_fence_signal_locked - signal completion of a fence
391 * @fence: the fence to signal
412 * dma_fence_signal - signal completion of a fence
413 * @fence: the fence to signal
506 * Failed to signal before release, likely a refcounting issue.
510 * so that the callbacks know this signal is due to an error.