taglinefilesource code
why314drivers/isdn/teles/buffers.cSmalloc(int size, int pr, char *why)
why320drivers/isdn/teles/buffers.cprintk(KERN_DEBUG "Smalloc %s size %d res %x\n", why, size, p);
why157drivers/isdn/teles/teles.hbyte           *Smalloc(int size, int pr, char *why);
why1840drivers/scsi/scsi.cint scsi_abort (Scsi_Cmnd * SCpnt, int why)
why1893drivers/scsi/scsi.cSCpnt->abort_reason = why;
why1903drivers/scsi/scsi.cif(why == DID_TIME_OUT) {
why1922drivers/scsi/scsi.cif(why != DID_TIME_OUT) {
why10drivers/sound/hex2hex.h#define ABANDON(why) { \
why11drivers/sound/hex2hex.hfprintf(stderr, "%s: " why "\n", source); \
why34net/ipv4/tcp_timer.cvoid tcp_reset_xmit_timer(struct sock *sk, int why, unsigned long when)
why37net/ipv4/tcp_timer.csk->ip_xmit_timeout = why;
why205net/ipv4/tcp_timer.cint why = sk->ip_xmit_timeout;
why231net/ipv4/tcp_timer.cswitch (why) 
why89net/ipv4/timer.cint why = sk->timeout;
why114net/ipv4/timer.cswitch (why) 
why151net/ipv4/timer.cprintk ("net_timer: timer expired - reason %d is unknown\n", why);