Searched refs:olds (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | ftrace.c | 72 uint16_t olds[7]; in ftrace_check_current_nop() local 75 if (copy_from_kernel_nofault((void *)olds, (void *)hook_pos, in ftrace_check_current_nop() 79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop() 82 olds[0], olds[1], olds[2], olds[3], olds[4], olds[5], in ftrace_check_current_nop() 83 olds[6]); in ftrace_check_current_nop()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 450 olds = s 459 if s == olds:
|