Searched refs:backwards (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/md/
H A Dmd.c3361 /* decreasing the offset is inconsistent with a backwards
3369 * 'backwards' first.
5418 mddev->reshape_backwards ? "backwards" : "forwards");
5424 int backwards = 0; local
5428 backwards = 0;
5429 else if (cmd_match(buf, "backwards"))
5430 backwards = 1;
5433 if (mddev->reshape_backwards == backwards)
5446 mddev->reshape_backwards = backwards;
/linux-master/arch/x86/kernel/
H A Dsev-shared.c663 bool backwards)
665 int i, b = backwards ? -1 : 1;
689 bool backwards)
691 int i, s = backwards ? -1 : 1;
1167 * Sanity check that entry processing is not going backwards.
659 vc_insn_string_read(struct es_em_ctxt *ctxt, void *src, char *buf, unsigned int data_size, unsigned int count, bool backwards) argument
685 vc_insn_string_write(struct es_em_ctxt *ctxt, void *dst, char *buf, unsigned int data_size, unsigned int count, bool backwards) argument
/linux-master/mm/kmsan/
H A Dcore.c92 bool backwards; local
113 backwards = dst > src;
114 step = backwards ? -1 : 1;
115 iter = backwards ? n - 1 : 0;
/linux-master/scripts/
H A Dpatch-kernel97 backwards () { function
229 # Don't allow backwards/reverse patching.
231 backwards

Completed in 168 milliseconds