Searched refs:caller (Results 1 - 25 of 51) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Ddebuglocks.c19 * an extra debugging member lock->owner_pc is set to the caller of the lock
29 static inline void show(char *str, spinlock_t *lock, unsigned long caller) argument
34 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3);
37 static inline void show_read(char *str, rwlock_t *lock, unsigned long caller) argument
42 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3);
45 static inline void show_write(char *str, rwlock_t *lock, unsigned long caller) argument
51 lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3);
64 unsigned long caller; local
69 STORE_CALLER(caller);
76 show(str, lock, caller);
89 unsigned long caller; local
111 unsigned long caller; local
138 unsigned long caller; local
165 unsigned long caller; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A Ddebuglocks.c17 static inline void show (char *str, spinlock_t *lock, unsigned long caller) argument
22 str, lock, cpu, (unsigned int) caller,
26 static inline void show_read (char *str, rwlock_t *lock, unsigned long caller) argument
31 str, lock, cpu, (unsigned int) caller,
35 static inline void show_write (char *str, rwlock_t *lock, unsigned long caller) argument
40 str, lock, cpu, (unsigned int) caller);
53 unsigned long caller, val; local
58 GET_CALLER(caller);
69 show(str, lock, caller);
76 lock->owner_pc = ((unsigned int)caller);
84 unsigned long val, caller; local
115 unsigned long caller, val; local
152 unsigned long caller, val; local
185 unsigned long caller, val; local
267 unsigned long caller, val; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
H A Dgetopt.c12 * @caller: name of the caller, for error messages
25 int smb_getopt(char *caller, char **options, struct option *opts, argument
51 caller, token);
61 printk("%s: Unrecognized mount option %s\n", caller, token);
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dpanic.c49 unsigned long caller = (unsigned long) __builtin_return_address(0); local
95 disabled_wait(caller);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dlocks.c730 * @caller: The lock to be applied
745 int posix_lock_file(struct file *filp, struct file_lock *caller, argument
767 if (caller->fl_type != F_UNLCK) {
772 if (!posix_locks_conflict(caller, fl))
778 if (posix_locks_deadlock(caller, fl))
781 error = locks_block_on(fl, caller);
800 !locks_same_owner(caller, fl))) {
806 while ((fl = *before) && locks_same_owner(caller, fl)) {
809 if (caller->fl_type == fl->fl_type) {
810 if (fl->fl_end < caller
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/divert/
H A Disdn_divert.h49 char caller[35]; /* caller id, partial string with * + subaddr allowed */ member in struct:__anon1458
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dxdr.h28 char * caller; member in struct:nlm_lock
29 int len; /* length of "caller" */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dxdr.h28 char * caller; member in struct:nlm_lock
29 int len; /* length of "caller" */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S122 # 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
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S122 # 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
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcallback_srm.S31 jmp ($3) # Return directly to caller of wrapper.
48 jmp ($3) # Return directly to caller of srm_fixup.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Detrap.S19 #define t_psr l0 /* Set by caller */
20 #define t_pc l1 /* Set by caller */
21 #define t_npc l2 /* Set by caller */
22 #define t_wim l3 /* Set by caller */
100 jmpl %t_retpc + 0x8, %g0 ! return to caller
127 jmpl %t_retpc + 0x8, %g0 ! return to caller
182 jmpl %t_retpc + 0x8, %g0 ! return to caller
224 /* Done by caller: andcc %sp, 0x7, %g0 */
281 * stack. Save bad user stack, and return to caller.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dirq.c294 unsigned int *caller; local
296 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller));
298 "from %p, irq %08x.\n", caller, irq);
462 unsigned int *caller; local
464 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller));
466 "from %p, irq %08x.\n", caller, irq);
690 printk("global_restore_flags: Bogon flags(%016lx) caller %016lx\n",
938 unsigned int *caller; local
940 __asm__ __volatile__("mov %%i7, %0" : "=r" (caller));
942 "from %p, irq %08x.\n", caller, ir
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext3_jbd.h88 static inline void ext3_journal_abort_handle(const char *caller, argument
98 caller, errstr, err_fn);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext3_jbd.h88 static inline void ext3_journal_abort_handle(const char *caller, argument
98 caller, errstr, err_fn);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
992 (void) sprintf(errmsg, "%s: alarm", caller);
1001 (void) sprintf(errmsg, "%s: getmsg", caller);
1009 (void) sprintf(errmsg, "%s: alarm", caller);
1018 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
1024 sprintf(buffer, "%s: MORECTL", caller);
1030 sprintf(buffer, "%s: MOREDATA", caller);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
982 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
992 (void) sprintf(errmsg, "%s: alarm", caller);
1001 (void) sprintf(errmsg, "%s: getmsg", caller);
1009 (void) sprintf(errmsg, "%s: alarm", caller);
1018 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
1024 sprintf(buffer, "%s: MORECTL", caller);
1030 sprintf(buffer, "%s: MOREDATA", caller);
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dif.c83 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
1000 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
1010 (void) sprintf(errmsg, "%s: alarm", caller);
1019 (void) sprintf(errmsg, "%s: getmsg", caller);
1027 (void) sprintf(errmsg, "%s: alarm", caller);
1036 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
1042 sprintf(buffer, "%s: MORECTL", caller);
1048 sprintf(buffer, "%s: MOREDATA", caller);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dif.c77 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
943 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller) argument
953 (void) sprintf(errmsg, "%s: alarm", caller);
962 (void) sprintf(errmsg, "%s: getmsg", caller);
970 (void) sprintf(errmsg, "%s: alarm", caller);
979 sprintf(buffer, "%s: MORECTL|MOREDATA", caller);
985 sprintf(buffer, "%s: MORECTL", caller);
991 sprintf(buffer, "%s: MOREDATA", caller);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c671 * - creates and initializes debug area for the caller
789 * - set timestamp, caller address, cpu number etc.
802 active->caller = __builtin_return_address(0);
1193 unsigned long caller; local
1207 caller = (unsigned long) entry->caller;
1211 except_str, entry->id.fields.cpuid, caller);
1213 caller &= 0x7fffffff;
1216 except_str, entry->id.fields.cpuid, caller);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c671 * - creates and initializes debug area for the caller
789 * - set timestamp, caller address, cpu number etc.
802 active->caller = __builtin_return_address(0);
1193 unsigned long caller; local
1207 caller = (unsigned long) entry->caller;
1211 except_str, entry->id.fields.cpuid, caller);
1213 caller &= 0x7fffffff;
1216 except_str, entry->id.fields.cpuid, caller);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dxdr.c128 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
162 if (!(p = xdr_encode_string(p, lock->caller))
323 || !(p = xdr_decode_string_inplace(p, &lock->caller,
357 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
H A Dxdr4.c128 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
161 if (!(p = xdr_encode_string(p, lock->caller))
329 || !(p = xdr_decode_string_inplace(p, &lock->caller,
363 if (!(p = xdr_decode_string_inplace(p, &lock->caller,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Ds390mach.c143 unsigned long caller = (unsigned long) __builtin_return_address(0); local
149 disabled_wait(caller);

Completed in 2140 milliseconds

123