look_ahead       4737 drivers/block/drbd/drbd_receiver.c 	u64 look_ahead;
look_ahead       4748 drivers/block/drbd/drbd_receiver.c 	bits = bitstream_get_bits(&bs, &look_ahead, 64);
look_ahead       4753 drivers/block/drbd/drbd_receiver.c 		bits = vli_decode_bits(&rl, look_ahead);
look_ahead       4768 drivers/block/drbd/drbd_receiver.c 				have, bits, look_ahead,
look_ahead       4775 drivers/block/drbd/drbd_receiver.c 			look_ahead >>= bits;
look_ahead       4777 drivers/block/drbd/drbd_receiver.c 			look_ahead = 0;
look_ahead       4783 drivers/block/drbd/drbd_receiver.c 		look_ahead |= tmp << have;
look_ahead        127 drivers/net/fddi/skfp/hwmtm.c extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
look_ahead        130 drivers/net/fddi/skfp/skfddi.c int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
look_ahead       1890 drivers/net/fddi/skfp/skfddi.c 		    char *look_ahead, int la_len)
look_ahead       1898 drivers/net/fddi/skfp/skfddi.c 	if (len != la_len || len < FDDI_MAC_HDR_LEN || !look_ahead) {
look_ahead       1901 drivers/net/fddi/skfp/skfddi.c 		       len, la_len, (unsigned long) look_ahead);
look_ahead       1911 drivers/net/fddi/skfp/skfddi.c 	skb_copy_to_linear_data(skb, look_ahead, len);
look_ahead       2264 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	u32 look_ahead;
look_ahead       2266 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (ath6kl_hif_poll_mboxmsg_rx(target->dev, &look_ahead,
look_ahead       2271 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		   "htc rx wait ctrl look_ahead 0x%X\n", look_ahead);
look_ahead       2273 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	htc_hdr = (struct htc_frame_hdr *)&look_ahead;
look_ahead       2284 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	packet->info.rx.exp_hdr = look_ahead;