Searched refs:newstat (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/slicoss/ |
D | slic.h | 495 #define UPDATE_STATS(largestat, newstat, oldstat) \ argument 497 if ((newstat) < (oldstat)) \ 498 (largestat) += ((newstat) + (0xFFFFFFFF - oldstat + 1)); \ 500 (largestat) += ((newstat) - (oldstat)); \ 503 #define UPDATE_STATS_GB(largestat, newstat, oldstat) \ argument 505 (largestat) += ((newstat) - (oldstat)); \
|
/linux-4.1.27/drivers/misc/ |
D | phantom.c | 66 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.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 78 ENTRY_COMP(newstat)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 113 COMPAT_SYS_SPU(newstat)
|
/linux-4.1.27/fs/ |
D | stat.c | 266 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument
|
D | compat.c | 162 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 2789 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()
|