/linux-2.4.37.9/arch/sparc64/lib/ |
D | debuglocks.c | 17 static inline void show (char *str, spinlock_t *lock, unsigned long caller) in show() argument 22 str, lock, cpu, (unsigned int) caller, in show() 26 static inline void show_read (char *str, rwlock_t *lock, unsigned long caller) in show_read() argument 31 str, lock, cpu, (unsigned int) caller, in show_read() 35 static inline void show_write (char *str, rwlock_t *lock, unsigned long caller) in show_write() argument 40 str, lock, cpu, (unsigned int) caller); in show_write() 53 unsigned long caller, val; in _do_spin_lock() local 58 GET_CALLER(caller); in _do_spin_lock() 69 show(str, lock, caller); in _do_spin_lock() 76 lock->owner_pc = ((unsigned int)caller); in _do_spin_lock() [all …]
|
/linux-2.4.37.9/arch/sparc/lib/ |
D | debuglocks.c | 29 static inline void show(char *str, spinlock_t *lock, unsigned long caller) in show() argument 34 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3); in show() 37 static inline void show_read(char *str, rwlock_t *lock, unsigned long caller) in show_read() argument 42 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3); in show_read() 45 static inline void show_write(char *str, rwlock_t *lock, unsigned long caller) in show_write() argument 51 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3); in show_write() 64 unsigned long caller; in _do_spin_lock() local 69 STORE_CALLER(caller); in _do_spin_lock() 76 show(str, lock, caller); in _do_spin_lock() 83 lock->owner_pc = (cpu & 3) | (caller & ~3); in _do_spin_lock() [all …]
|
/linux-2.4.37.9/fs/ |
D | locks.c | 862 int posix_lock_file(struct file *filp, struct file_lock *caller, in posix_lock_file() argument 884 if (caller->fl_type != F_UNLCK) { in posix_lock_file() 889 if (!posix_locks_conflict(caller, fl)) in posix_lock_file() 895 if (posix_locks_deadlock(caller, fl)) in posix_lock_file() 898 error = locks_block_on(fl, caller); in posix_lock_file() 917 !locks_same_owner(caller, fl))) { in posix_lock_file() 923 while ((fl = *before) && locks_same_owner(caller, fl)) { in posix_lock_file() 926 if (caller->fl_type == fl->fl_type) { in posix_lock_file() 927 if (fl->fl_end < caller->fl_start - 1) in posix_lock_file() 932 if (fl->fl_start > caller->fl_end + 1) in posix_lock_file() [all …]
|
/linux-2.4.37.9/fs/smbfs/ |
D | getopt.c | 25 int smb_getopt(char *caller, char **options, struct option *opts, in smb_getopt() argument 51 caller, token); in smb_getopt() 61 printk("%s: Unrecognized mount option %s\n", caller, token); in smb_getopt()
|
D | getopt.h | 10 extern int smb_getopt(char *caller, char **options, struct option *opts,
|
/linux-2.4.37.9/kernel/ |
D | panic.c | 52 unsigned long caller = (unsigned long) __builtin_return_address(0); in panic() local 103 disabled_wait(caller); in panic()
|
/linux-2.4.37.9/arch/s390/boot/ |
D | ipleckd.S | 122 # r2: number of first block to read ( input by caller ) 123 # r3: address to read data to ( input by caller ) 124 # r4: number of blocks to read ( input by caller ) 126 # r6: blocks per track ( input by caller ) 134 # r14: address of caller for subroutine 188 br %r14 # return to caller 224 br %r15 # return to caller 226 # In case of error goto disabled wait with %r14 containing the caller
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | ipleckd.S | 122 # r2: number of first block to read ( input by caller ) 123 # r3: address to read data to ( input by caller ) 124 # r4: number of blocks to read ( input by caller ) 126 # r6: blocks per track ( input by caller ) 134 # r14: address of caller for subroutine 188 br %r14 # return to caller 224 br %r15 # return to caller 226 # In case of error goto disabled wait with %r14 containing the caller
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | irq.c | 306 unsigned int *caller; in request_irq() local 308 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller)); in request_irq() 310 "from %p, irq %08x.\n", caller, irq); in request_irq() 474 unsigned int *caller; in free_irq() local 476 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller)); in free_irq() 478 "from %p, irq %08x.\n", caller, irq); in free_irq() 954 unsigned int *caller; in request_fast_irq() local 956 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller)); in request_fast_irq() 958 "from %p, irq %08x.\n", caller, irq); in request_fast_irq()
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | callback_srm.S | 31 jmp ($3) # Return directly to caller of wrapper. 48 jmp ($3) # Return directly to caller of srm_fixup.
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | etrap.S | 100 jmpl %t_retpc + 0x8, %g0 ! return to caller 127 jmpl %t_retpc + 0x8, %g0 ! return to caller 190 jmpl %t_retpc + 0x8, %g0 ! return to caller
|
/linux-2.4.37.9/drivers/macintosh/ |
D | mac_hid.c | 425 int mac_hid_mouse_emulate_buttons(int caller, unsigned int keycode, int down) in mac_hid_mouse_emulate_buttons() argument 427 switch (caller) { in mac_hid_mouse_emulate_buttons()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | debug.c | 804 active->caller = __builtin_return_address(0); in debug_common() 1205 unsigned long caller; in debug_dflt_header_fn() local 1219 caller = (unsigned long) entry->caller; in debug_dflt_header_fn() 1223 except_str, entry->id.fields.cpuid, caller); in debug_dflt_header_fn() 1225 caller &= 0x7fffffff; in debug_dflt_header_fn() 1228 except_str, entry->id.fields.cpuid, caller); in debug_dflt_header_fn()
|
D | entry.S | 108 lpsw __LC_RETURN_PSW # back to caller
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | debug.c | 804 active->caller = __builtin_return_address(0); in debug_common() 1205 unsigned long caller; in debug_dflt_header_fn() local 1219 caller = (unsigned long) entry->caller; in debug_dflt_header_fn() 1223 except_str, entry->id.fields.cpuid, caller); in debug_dflt_header_fn() 1225 caller &= 0x7fffffff; in debug_dflt_header_fn() 1228 except_str, entry->id.fields.cpuid, caller); in debug_dflt_header_fn()
|
D | entry.S | 95 lpswe __LC_RETURN_PSW # back to caller
|
/linux-2.4.37.9/include/linux/ |
D | ext3_jbd.h | 88 static inline void ext3_journal_abort_handle(const char *caller, in ext3_journal_abort_handle() argument 98 caller, errstr, err_fn); in ext3_journal_abort_handle()
|
/linux-2.4.37.9/drivers/isdn/divert/ |
D | isdn_divert.h | 49 char caller[35]; /* caller id, partial string with * + subaddr allowed */ member
|
/linux-2.4.37.9/include/linux/lockd/ |
D | xdr.h | 28 char * caller; member
|
/linux-2.4.37.9/fs/lockd/ |
D | xdr.c | 128 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm_decode_lock() 162 if (!(p = xdr_encode_string(p, lock->caller)) in nlm_encode_lock() 323 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_shareargs() 357 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
|
D | xdr4.c | 128 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock() 161 if (!(p = xdr_encode_string(p, lock->caller)) in nlm4_encode_lock() 329 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs() 363 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
|
/linux-2.4.37.9/drivers/s390/ |
D | s390mach.c | 145 unsigned long caller = (unsigned long) __builtin_return_address(0); in s390_handle_damage() local 151 disabled_wait(caller); in s390_handle_damage()
|
/linux-2.4.37.9/Documentation/parisc/ |
D | registers | 99 caller. However, it is grouped with this set of registers 100 since the caller can't rely on the value being the same
|
/linux-2.4.37.9/Documentation/s390/ |
D | s390dbf.txt | 23 debug log for the caller. For each debug log exists a number of debug areas 51 - Return Address to caller 432 - Return Address to caller 442 area time level exception cpu caller data (hex + ascii)
|
/linux-2.4.37.9/drivers/char/drm/ |
D | i830_drv.h | 187 extern int i830_wait_ring(drm_device_t *dev, int n, const char *caller);
|