/linux-2.4.37.9/lib/ |
D | rwsem-spinlock.c | 35 void fastcall init_rwsem(struct rw_semaphore *sem) in init_rwsem() 123 void fastcall __down_read(struct rw_semaphore *sem) in __down_read() 169 int fastcall __down_read_trylock(struct rw_semaphore *sem) in __down_read_trylock() 193 void fastcall __down_write(struct rw_semaphore *sem) in __down_write() 239 int fastcall __down_write_trylock(struct rw_semaphore *sem) in __down_write_trylock() 262 void fastcall __up_read(struct rw_semaphore *sem) in __up_read() 280 void fastcall __up_write(struct rw_semaphore *sem) in __up_write()
|
D | brlock.c | 24 void fastcall __br_write_lock (enum brlock_indices idx) in __br_write_lock() 39 void fastcall __br_write_unlock (enum brlock_indices idx) in __br_write_unlock()
|
D | rwsem.c | 163 struct rw_semaphore fastcall *rwsem_down_read_failed(struct rw_semaphore *sem) in rwsem_down_read_failed() 179 struct rw_semaphore fastcall *rwsem_down_write_failed(struct rw_semaphore *sem) in rwsem_down_write_failed() 196 struct rw_semaphore fastcall *rwsem_wake(struct rw_semaphore *sem) in rwsem_wake()
|
/linux-2.4.37.9/mm/ |
D | swap.c | 47 void fastcall activate_page(struct page * page) in activate_page() 58 void fastcall lru_cache_add(struct page * page) in lru_cache_add() 75 void fastcall __lru_cache_del(struct page * page) in __lru_cache_del() 90 void fastcall lru_cache_del(struct page * page) in lru_cache_del()
|
D | page_alloc.c | 112 static void fastcall __free_pages_ok (struct page *page, unsigned int order) in __free_pages_ok() 242 static struct page * fastcall rmqueue(zone_t *zone, unsigned int order) in rmqueue() 288 struct page * fastcall _alloc_pages(unsigned int gfp_mask, unsigned int order) in _alloc_pages() 296 static struct page * fastcall balance_classzone(zone_t * classzone, unsigned int gfp_mask, unsigned… in balance_classzone() 374 struct page * fastcall __alloc_pages(unsigned int gfp_mask, unsigned int order, zonelist_t *zonelis… in __alloc_pages() 487 fastcall unsigned long __get_free_pages(unsigned int gfp_mask, unsigned int order) in __get_free_pages() 497 fastcall unsigned long get_zeroed_page(unsigned int gfp_mask) in get_zeroed_page() 510 fastcall void __free_pages(struct page *page, unsigned int order) in __free_pages() 516 fastcall void free_pages(unsigned long addr, unsigned int order) in free_pages()
|
D | vmscan.c | 347 static int fastcall swap_out(zone_t * classzone) in swap_out() 390 static int fastcall shrink_cache(int nr_pages, zone_t * classzone, unsigned int gfp_mask, int * fai… in shrink_cache() 602 static void fastcall refill_inactive(int nr_pages, zone_t * classzone) in refill_inactive() 635 static int fastcall shrink_caches(zone_t * classzone, unsigned int gfp_mask, int nr_pages, int * fa… in shrink_caches() 652 int fastcall try_to_free_pages_zone(zone_t *classzone, unsigned int gfp_mask) in try_to_free_pages_zone() 690 int fastcall try_to_free_pages(unsigned int gfp_mask) in try_to_free_pages()
|
D | highmem.c | 132 void fastcall *kmap_high(struct page *page, int nonblocking) in kmap_high() 157 void fastcall kunmap_high(struct page *page) in kunmap_high()
|
D | filemap.c | 71 static void fastcall add_page_to_hash_queue(struct page * page, struct page **p) in add_page_to_hash_queue() 154 void fastcall set_page_dirty(struct page *page) in set_page_dirty() 263 static int fastcall truncate_list_pages(struct list_head *head, unsigned long start, unsigned *part… in truncate_list_pages() 385 static int fastcall invalidate_list_pages2(struct list_head *head) in invalidate_list_pages2() 758 static int fastcall page_cache_read(struct file * file, unsigned long offset) in page_cache_read() 793 static int fastcall read_cluster_nonblocking(struct file * file, unsigned long offset, in read_cluster_nonblocking() 874 void fastcall wakeup_page_waiters(struct page * page) in wakeup_page_waiters() 930 void fastcall unlock_page(struct page *page) in unlock_page() 977 void fastcall lock_page(struct page *page) in lock_page() 1028 static struct page * fastcall __find_lock_page_helper(struct address_space *mapping, in __find_lock_page_helper() [all …]
|
D | swapfile.c | 259 int fastcall can_share_swap_page(struct page *page) in can_share_swap_page() 287 int fastcall remove_exclusive_swap_page(struct page *page) in remove_exclusive_swap_page()
|
D | memory.c | 1406 pmd_t fastcall *__pmd_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in __pmd_alloc() 1440 pte_t fastcall *pte_alloc(struct mm_struct *mm, pmd_t *pmd, unsigned long address) in pte_alloc()
|
/linux-2.4.37.9/kernel/ |
D | sched.c | 212 static void fastcall reschedule_idle(struct task_struct * p) in reschedule_idle() 370 inline int fastcall wake_up_process(struct task_struct * p) in wake_up_process() 408 signed long fastcall schedule_timeout(signed long timeout) in schedule_timeout() 738 void fastcall __wake_up(wait_queue_head_t *q, unsigned int mode, int nr) in __wake_up() 748 void fastcall __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr) in __wake_up_sync() 758 void fastcall complete(struct completion *x) in complete() 768 void fastcall wait_for_completion(struct completion *x) in wait_for_completion() 803 void fastcall interruptible_sleep_on(wait_queue_head_t *q) in interruptible_sleep_on() 814 long fastcall interruptible_sleep_on_timeout(wait_queue_head_t *q, long timeout) in interruptible_sleep_on_timeout() 827 void fastcall sleep_on(wait_queue_head_t *q) in sleep_on() [all …]
|
D | softirq.c | 114 inline fastcall void cpu_raise_softirq(unsigned int cpu, unsigned int nr) in cpu_raise_softirq() 131 void fastcall raise_softirq(unsigned int nr) in raise_softirq() 152 void fastcall __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule() 164 void fastcall __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
|
D | fork.c | 42 void fastcall add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait) in add_wait_queue() 52 void fastcall add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t * wait) in add_wait_queue_exclusive() 62 void fastcall remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait) in remove_wait_queue() 267 void fastcall __mmdrop(struct mm_struct *mm) in __mmdrop()
|
/linux-2.4.37.9/include/linux/ |
D | kernel.h | 54 #define fastcall __attribute__((regparm(3))) macro 57 #define fastcall macro
|
/linux-2.4.37.9/fs/ |
D | file_table.c | 103 void fastcall fput(struct file * file) in fput() 132 struct file fastcall *fget(unsigned int fd) in fget()
|
D | namei.c | 458 int fastcall link_path_walk(const char * name, struct nameidata *nd) in link_path_walk() 668 int fastcall path_walk(const char * name, struct nameidata *nd) in path_walk() 756 int fastcall path_lookup(const char *path, unsigned flags, struct nameidata *nd) in path_lookup() 766 int fastcall path_init(const char *name, unsigned int flags, struct nameidata *nd) in path_init() 869 int fastcall __user_walk(const char *name, unsigned flags, struct nameidata *nd) in __user_walk()
|
D | buffer.c | 163 void fastcall unlock_buffer(struct buffer_head *bh) in unlock_buffer() 653 void fastcall buffer_insert_list(struct buffer_head *bh, struct list_head *list) in buffer_insert_list() 1096 inline void fastcall __mark_dirty(struct buffer_head *bh) in __mark_dirty() 1104 void fastcall __mark_buffer_dirty(struct buffer_head *bh) in __mark_buffer_dirty() 1110 void fastcall mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty() 2735 int fastcall try_to_free_buffers(struct page * page, unsigned int gfp_mask) in try_to_free_buffers()
|
/linux-2.4.37.9/include/asm-i386/ |
D | smp.h | 42 extern void fastcall smp_send_reschedule(int cpu);
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | smp.c | 153 void fastcall send_IPI_self(int vector) in send_IPI_self() 500 void fastcall smp_send_reschedule(int cpu) in smp_send_reschedule()
|
D | process.c | 647 void fastcall __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to()
|
D | vm86.c | 94 struct pt_regs * fastcall save_v86_state(struct kernel_vm86_regs * regs) in save_v86_state()
|
D | signal.c | 584 int fastcall do_signal(struct pt_regs *regs, sigset_t *oldset) in do_signal()
|
D | io_apic.c | 1352 void fastcall send_IPI_self(int vector) in send_IPI_self()
|
/linux-2.4.37.9/drivers/net/ |
D | ns83820.c | 590 static void fastcall rx_refill_atomic(struct ns83820 *dev) in rx_refill_atomic() 611 static void fastcall phy_intr(struct ns83820 *dev) in phy_intr() 796 static void fastcall ns83820_rx_kick(struct ns83820 *dev) in ns83820_rx_kick() 817 static void fastcall rx_irq(struct ns83820 *dev) in rx_irq()
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 409 void fastcall __rfcomm_dlc_throttle(struct rfcomm_dlc *d) in __rfcomm_dlc_throttle() 420 void fastcall __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in __rfcomm_dlc_unthrottle()
|