Searched refs:linear (Results 1 – 9 of 9) sorted by relevance
596 pte_t __user *linear; in setup_pagetables() local609 linear = (void *)pgdir - linear_pages * PAGE_SIZE; in setup_pagetables()616 if (copy_to_user(&linear[i], &pte, sizeof(pte)) != 0) in setup_pagetables()622 phys_linear = (unsigned long)linear - mem_base; in setup_pagetables()
207 if (tx_info->linear) { in mlx4_en_free_tx_desc()235 if (tx_info->linear) { in mlx4_en_free_tx_desc()772 tx_info->linear = (lso_header_size < skb_headlen(skb) && !is_inline(skb, NULL)) ? 1 : 0; in mlx4_en_xmit()773 data += skb_shinfo(skb)->nr_frags + tx_info->linear - 1; in mlx4_en_xmit()789 if (tx_info->linear) { in mlx4_en_xmit()
207 u8 linear; member
5 dm-mod-objs := dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \25 obj-$(CONFIG_MD_LINEAR) += linear.o
52 use the so-called linear mode, i.e. it will combine the hard disk56 will be called linear.
43 static inline unsigned char linear2alaw(short int linear) in linear2alaw() argument52 pcm_val = linear; in linear2alaw()
386 static struct sk_buff *tun_alloc_skb(size_t prepad, size_t len, size_t linear, in tun_alloc_skb() argument404 skb = alloc_skb(prepad + linear, gfp); in tun_alloc_skb()409 skb_put(skb, linear); in tun_alloc_skb()411 len -= linear; in tun_alloc_skb()
27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
7 bool "Support non-linear mappings of flash chips"479 Map driver for accessing PCMCIA linear flash memory cards. These