/arch/x86/vdso/ |
D | vclock_gettime.c | 48 unsigned long seq, ns; in do_realtime() local 50 seq = read_seqbegin(>od->lock); in do_realtime() 54 } while (unlikely(read_seqretry(>od->lock, seq))); in do_realtime() 77 unsigned long seq, ns, secs; in do_monotonic() local 79 seq = read_seqbegin(>od->lock); in do_monotonic() 84 } while (unlikely(read_seqretry(>od->lock, seq))); in do_monotonic()
|
/arch/arm/plat-omap/ |
D | mailbox.h | 44 mbox_msg_t seq = msg & (1 << 31); in mbox_seq_test() local 45 if (seq == mbox->seq_rcv) in mbox_seq_test() 47 mbox->seq_rcv = seq; in mbox_seq_test()
|
/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 84 struct seq_file *seq; in hcall_inst_seq_open() local 87 seq = file->private_data; in hcall_inst_seq_open() 88 seq->private = file->f_path.dentry->d_inode->i_private; in hcall_inst_seq_open()
|
/arch/m68k/kernel/ |
D | time.c | 99 unsigned long seq; in do_gettimeofday() local 104 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 118 } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
/arch/xtensa/kernel/ |
D | time.c | 129 unsigned long volatile sec, usec, delta, seq; in do_gettimeofday() local 132 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 139 } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
/arch/sh/kernel/ |
D | time_32.c | 59 unsigned long seq; in do_gettimeofday() local 67 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 71 } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
D | time_64.c | 150 unsigned long seq; in do_gettimeofday() local 154 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 158 } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
/arch/blackfin/kernel/ |
D | time.c | 206 unsigned long seq; in do_gettimeofday() local 210 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 215 while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
/arch/m32r/kernel/ |
D | time.c | 104 unsigned long seq; in do_gettimeofday() local 109 seq = read_seqbegin(&xtime_lock); in do_gettimeofday() 123 } while (read_seqretry(&xtime_lock, seq)); in do_gettimeofday()
|
/arch/xtensa/include/asm/ |
D | ipcbuf.h | 32 unsigned long seq; member
|
/arch/ia64/include/asm/ |
D | ipcbuf.h | 22 unsigned short seq; member
|
/arch/alpha/include/asm/ |
D | ipcbuf.h | 22 unsigned short seq; member
|
/arch/powerpc/include/asm/ |
D | ipcbuf.h | 28 unsigned int seq; member
|
/arch/mips/include/asm/ |
D | ipcbuf.h | 22 unsigned short seq; member
|
/arch/cris/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/blackfin/include/asm/ |
D | ipcbuf.h | 24 unsigned short seq; member
|
/arch/arm/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/x86/include/asm/ |
D | ipcbuf.h | 22 unsigned short seq; member
|
/arch/sh/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/avr32/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/m68k/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/h8300/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|
/arch/sparc/kernel/ |
D | time_32.c | 249 unsigned long seq; in do_gettimeofday() local 254 seq = read_seqbegin_irqsave(&xtime_lock, flags); in do_gettimeofday() 267 } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); in do_gettimeofday()
|
/arch/sparc/include/asm/ |
D | ipcbuf.h | 27 unsigned short seq; member
|
/arch/s390/include/asm/ |
D | ipcbuf.h | 23 unsigned short seq; member
|