Lines Matching full:code
48 code out of the architecture-specific areas into a generic management
52 decision. The low level code provides hardware setup and readout routines and
53 initializes data structures, which are used by the generic time keeping code to
55 related functionality is moved into the generic code. The GTOD base patch got
77 dependent code. This results in duplicated code across all architectures and
87 to minimize the clock event related architecture dependent code to the pure
89 clock event devices. It also minimizes the duplicated code across the
94 code or at module insertion time. Each clock event device fills a data
115 from the hardware level handler. This removes a lot of duplicated code from the
118 to the core code.
125 The framework adds about 700 lines of code which results in a 2KB increase of
127 code. The binary size decrease is in the range of 400 byte. We believe that the
128 increase of flexibility and the avoidance of duplicated code across
133 to the clock event device and timer interrupt code. After the conversion the
159 The high resolution timer code does not support SMP machines which have only
175 from the clock event distribution code and moves expired timers from the
179 is restricted to code which can safely be executed in the hard interrupt
219 hrtimer_stop_sched_tick() is called when a CPU goes into idle state. The code