• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching defs:int

104 static inline unsigned int tbase_get_deferrable(struct tvec_base *base)
106 return ((unsigned int)(unsigned long)base & TBASE_DEFERRABLE_FLAG);
127 static unsigned long round_jiffies_common(unsigned long j, int cpu,
130 int rem;
185 unsigned long __round_jiffies(unsigned long j, int cpu)
211 unsigned long __round_jiffies_relative(unsigned long j, int cpu)
272 unsigned long __round_jiffies_up(unsigned long j, int cpu)
288 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu)
340 void set_timer_slack(struct timer_list *timer, int slack_hz)
362 int i = expires & TVR_MASK;
365 int i = (expires >> TVR_BITS) & TVN_MASK;
368 int i = (expires >> (TVR_BITS + TVN_BITS)) & TVN_MASK;
371 int i = (expires >> (TVR_BITS + 2 * TVN_BITS)) & TVN_MASK;
380 int i;
410 unsigned int flag = 0;
433 static int timer_fixup_init(void *addr, enum debug_obj_state state)
452 static int timer_fixup_activate(void *addr, enum debug_obj_state state)
486 static int timer_fixup_free(void *addr, enum debug_obj_state state)
628 int clear_pending)
672 static inline int
674 bool pending_only, int pinned)
678 int ret = 0 , cpu;
746 int mod_timer_pending(struct timer_list *timer, unsigned long expires)
766 int bit;
812 int mod_timer(struct timer_list *timer, unsigned long expires)
841 int mod_timer_pinned(struct timer_list *timer, unsigned long expires)
878 void add_timer_on(struct timer_list *timer, int cpu)
916 int del_timer(struct timer_list *timer)
920 int ret = 0;
949 int try_to_del_timer_sync(struct timer_list *timer)
953 int ret = -1;
993 int del_timer_sync(struct timer_list *timer)
1005 int ret = try_to_del_timer_sync(timer);
1014 static int cascade(struct tvec_base *base, struct tvec *tv, int index)
1037 int preempt_count = preempt_count();
1092 int index = base->timer_jiffies & TVR_MASK;
1136 int index, slot, array, found = 0;
1278 void update_process_times(int user_tick)
1281 int cpu = smp_processor_id();
1334 SYSCALL_DEFINE1(alarm, unsigned int, seconds)
1370 int pid;
1522 int do_sysinfo(struct sysinfo *info)
1525 unsigned int mem_unit, bitcount;
1597 static int __cpuinit init_timers_cpu(int cpu)
1599 int j;
1670 static void __cpuinit migrate_timers(int cpu)
1674 int i;
1703 static int __cpuinit timer_cpu_notify(struct notifier_block *self,
1707 int err;
1735 int err = timer_cpu_notify(&timers_nb, (unsigned long)CPU_UP_PREPARE,
1749 void msleep(unsigned int msecs)
1763 unsigned long msleep_interruptible(unsigned int msecs)
1774 static int __sched do_usleep_range(unsigned long min, unsigned long max)