File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/switch_to.h.tar
Back
usr/src/linux-headers-5.15.0-133/arch/parisc/include/asm/switch_to.h 0000644 00000000514 15030163733 0020522 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PARISC_SWITCH_TO_H #define __PARISC_SWITCH_TO_H struct task_struct; extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *); #define switch_to(prev, next, last) do { \ (last) = _switch_to(prev, next); \ } while(0) #endif /* __PARISC_SWITCH_TO_H */ usr/src/linux-headers-5.15.0-133/arch/sh/include/asm/switch_to.h 0000644 00000000276 15030164422 0017654 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2003 Paul Mundt * Copyright (C) 2004 Richard Curnow */ #include <asm/switch_to_32.h> usr/src/linux-headers-5.15.0-133/arch/arc/include/asm/switch_to.h 0000644 00000001051 15030213240 0017770 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #ifndef _ASM_ARC_SWITCH_TO_H #define _ASM_ARC_SWITCH_TO_H #ifndef __ASSEMBLY__ #include <linux/sched.h> #include <asm/dsp-impl.h> #include <asm/fpu.h> struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); #define switch_to(prev, next, last) \ do { \ dsp_save_restore(prev, next); \ fpu_save_restore(prev, next); \ last = __switch_to(prev, next);\ mb(); \ } while (0) #endif #endif
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings