Home
last modified time | relevance | path

Searched refs:newstat (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/slicoss/
Dslic.h488 #define UPDATE_STATS(largestat, newstat, oldstat) \ argument
490 if ((newstat) < (oldstat)) \
491 (largestat) += ((newstat) + (0xFFFFFFFF - oldstat + 1)); \
493 (largestat) += ((newstat) - (oldstat)); \
496 #define UPDATE_STATS_GB(largestat, newstat, oldstat) \ argument
498 (largestat) += ((newstat) - (oldstat)); \
/linux-4.4.14/drivers/misc/
Dphantom.c66 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument
68 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status()
70 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()
75 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()
80 dev->status = newstat; in phantom_status()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S78 ENTRY_COMP(newstat)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h113 COMPAT_SYS_SPU(newstat)
/linux-4.4.14/fs/
Dstat.c266 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument
Dcompat.c162 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c2789 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument
2801 status |= (newstat << shift); in tg3_set_function_status()