tag
line
file
source code
max
19
kernel/blk_drv/scsi/scsi_ioctl.c
#define max(a,b) (((a) > (b)) ? (a) : (b))
max
121
net/tcp/we.c
max(int a, int b)