Searched defs:adjust (Results 1 - 3 of 3) sorted by relevance

/arch/tile/kernel/
H A Dbacktrace.c104 static bool bt_has_addi_sp(const struct BacktraceBundle *bundle, int *adjust) argument
121 *adjust = insn->operand_values[2];
230 static bool bt_has_add_sp(const struct BacktraceBundle *bundle, int *adjust, argument
240 *adjust = moveli_args[reg];
435 int adjust; local
436 if (bt_has_addi_sp(&bundle, &adjust)
438 || bt_has_add_sp(&bundle, &adjust, moveli_args)
443 if (adjust <= 0) {
444 /* We are in prolog about to adjust
449 location->sp_offset = adjust;
[all...]
H A Dstack.c288 unsigned long size, offset, adjust; local
299 adjust = !kbt->new_context;
300 address -= adjust;
315 offset + adjust, size);
/arch/s390/kernel/
H A Dtime.c295 struct timex adjust; local
302 adjust.offset = ticks * (1000000 / HZ);
308 adjust.offset = -ticks * (1000000 / HZ);
311 if (adjust.offset != 0) {
313 "by %li microseconds\n", adjust.offset);
314 adjust.modes = ADJ_OFFSET_SINGLESHOT;
315 do_adjtimex(&adjust);

Completed in 297 milliseconds