Searched refs:wall (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpvclock.h11 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dwm831x_power.c24 struct power_supply wall; member in struct:wm831x_power
482 power_supply_changed(&wm831x_power->wall);
493 struct power_supply *wall; local
505 wall = &power->wall;
512 wall->name = "wm831x-wall";
513 wall->type = POWER_SUPPLY_TYPE_MAINS;
514 wall->properties = wm831x_wall_props;
515 wall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t623 my @wall = $YY->get_dup('Wall') ;
624 my %wall ;
625 @wall{@wall} = @wall ;
626 ok 199, (@wall == 3 && $wall{'Larry'}
627 && $wall{'Stone'} && $wall{'Brick'});
637 my %wall
[all...]
H A Dbtree.t434 my @wall = $YY->get_dup('Wall') ;
435 my %wall ;
436 @wall{@wall} = @wall ;
437 ok 103, (@wall == 3 && $wall{'Larry'} && $wall{'Stone'} && $wall{'Brick'});
447 my %wall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_ondemand.c121 cputime64_t *wall)
137 if (wall)
138 *wall = (cputime64_t)jiffies_to_usecs(cur_wall_time);
143 static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) argument
145 u64 idle_time = get_cpu_idle_time_us(cpu, wall);
148 return get_cpu_idle_time_jiffy(cpu, wall);
153 static inline cputime64_t get_cpu_iowait_time(unsigned int cpu, cputime64_t *wall) argument
155 u64 iowait_time = get_cpu_iowait_time_us(cpu, wall);
778 cputime64_t wall; local
782 idle_time = get_cpu_idle_time_us(cpu, &wall);
120 get_cpu_idle_time_jiffy(unsigned int cpu, cputime64_t *wall) argument
[all...]
H A Dcpufreq_conservative.c102 cputime64_t *wall)
118 if (wall)
119 *wall = (cputime64_t)jiffies_to_usecs(cur_wall_time);
124 static inline cputime64_t get_cpu_idle_time(unsigned int cpu, cputime64_t *wall) argument
126 u64 idle_time = get_cpu_idle_time_us(cpu, wall);
129 return get_cpu_idle_time_jiffy(cpu, wall);
101 get_cpu_idle_time_jiffy(unsigned int cpu, cputime64_t *wall) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtime.c474 void update_vsyscall(struct timespec *wall, struct timespec *wtm, argument
489 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec;
490 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec;
492 + wall->tv_sec;
494 + wall->tv_nsec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-enc.c136 int64_t *dts, int64_t *wall)
140 *wall = av_gettime();
135 audio_get_output_timestamp(AVFormatContext *s1, int stream, int64_t *dts, int64_t *wall) argument
H A Dpulse_audio_enc.c691 static void pulse_get_output_timestamp(AVFormatContext *h, int stream, int64_t *dts, int64_t *wall) argument
699 if (wall)
700 *wall = av_gettime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t511 my @wall = $YY->get_dup('Wall') ;
512 my %wall ;
513 @wall{@wall} = @wall ;
514 ok(80, (@wall == 4 && $wall{'Larry'} && $wall{'Stone'} && $wall{'Brick'}) );
524 my %wall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpowerevt.tex14 system is suspended, hibernated, plugged into or unplugged from the wall socket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h515 int64_t *dts, int64_t *wall);
1371 * either 0 or AV_NOPTS_VALUE, then the current wall-time will
2353 * @param[out] wall absolute time when that packet whas output,
2356 * Note: some formats or devices may not allow to measure dts and wall
2360 int64_t *dts, int64_t *wall);
H A Dmux.c953 int64_t *dts, int64_t *wall)
957 s->oformat->get_output_timestamp(s, stream, dts, wall);
952 av_get_output_timestamp(struct AVFormatContext *s, int stream, int64_t *dts, int64_t *wall) argument

Completed in 170 milliseconds