Lines Matching full:scale
524 * @scale: the scale
540 int scale, int attributes, in aio_timer_new_with_attrs() argument
543 return timer_new_full(&ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_new_with_attrs()
550 * @scale: the scale
560 int scale, in aio_timer_new() argument
563 return timer_new_full(&ctx->tlg, type, scale, 0, cb, opaque); in aio_timer_new()
571 * @scale: the scale
582 int scale, int attributes, in aio_timer_init_with_attrs() argument
585 timer_init_full(ts, &ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_init_with_attrs()
593 * @scale: the scale
602 int scale, in aio_timer_init() argument
605 timer_init_full(ts, &ctx->tlg, type, scale, 0, cb, opaque); in aio_timer_init()