WSIZE 383 init/do_mounts_rd.c window = kmalloc(WSIZE, GFP_KERNEL);
WSIZE 433 init/initramfs.c window = kmalloc(WSIZE, GFP_KERNEL);
WSIZE 627 lib/inflate.c if (w == WSIZE)
WSIZE 662 lib/inflate.c n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
WSIZE 676 lib/inflate.c if (w == WSIZE)
WSIZE 736 lib/inflate.c if (w == WSIZE)
WSIZE 51 net/tipc/bcast.h u32 map[MAX_NODES / WSIZE];
WSIZE 83 net/tipc/bcast.h int w = n / WSIZE;
WSIZE 84 net/tipc/bcast.h u32 mask = (1 << (n % WSIZE));
WSIZE 99 net/tipc/bcast.h int w = n / WSIZE;
WSIZE 100 net/tipc/bcast.h u32 mask = (1 << (n % WSIZE));
WSIZE 137 net/tipc/bcast.h for (b = 0 ; b < WSIZE; b++) {