Searched defs:times (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/fs/ |
D | utimes.c | 27 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 51 static int utimes_common(struct path *path, struct timespec *times) in utimes_common() 129 long do_utimes(int dfd, const char __user *filename, struct timespec *times, in do_utimes() 195 struct timeval times[2]; in SYSCALL_DEFINE3() local
|
/linux-2.6.39/arch/sparc/mm/ |
D | fault_64.c | 253 static int times; in bogus_32bit_fault_tpc() local 266 static int times; in bogus_32bit_fault_address() local
|
/linux-2.6.39/lib/ |
D | fault-inject.c | 22 int times; in setup_fault_attr() local
|
/linux-2.6.39/include/linux/ |
D | fault-inject.h | 17 atomic_t times; member
|
/linux-2.6.39/drivers/net/wimax/i2400m/ |
D | driver.c | 291 int times = i2400m->bus_bm_retries; in __i2400m_dev_start() local
|
/linux-2.6.39/fs/isofs/ |
D | rock.h | 73 struct stamp times[0]; /* Variable number of these beasts */ member
|
/linux-2.6.39/kernel/ |
D | posix-cpu-timers.c | 235 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 271 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer()
|
D | sys.c | 923 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument
|
/linux-2.6.39/fs/hostfs/ |
D | hostfs_user.c | 201 struct timeval times[2]; in set_attr() local
|
/linux-2.6.39/net/ipv4/ |
D | icmp.c | 108 __be32 times[3]; member
|
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 137 unsigned long long times[SPU_UTIL_MAX]; member
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | spu.h | 177 unsigned long long times[SPU_UTIL_MAX]; member
|
/linux-2.6.39/arch/x86/kvm/ |
D | x86.c | 2350 int t, times = entry->eax & 0xff; in do_cpuid_ent() local
|