Lines Matching refs:value
40 * with the increment as u32. This will update the last signaled value
45 * @value: the seqno to initialise the fence with
50 __u32 value;
152 return !__dma_fence_is_later(fence->seqno, parent->value, fence->ops);
171 snprintf(str, size, "%d", parent->value);
187 * @inc: num to increment on timeline->value
201 obj->value += inc;
226 * @value: value of the fence
234 unsigned int value)
244 obj->context, value);
258 cmp = value - other->base.seqno;
344 pt = sync_pt_create(obj, data.value);
375 u32 value;
377 if (copy_from_user(&value, (void __user *)arg, sizeof(value)))
380 while (value > INT_MAX) {
382 value -= INT_MAX;
385 sync_timeline_signal(obj, value);