Searched defs:small (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_time.h71 static inline long cfs_timeval_sub(struct timeval *large, struct timeval *small, argument
75 (large->tv_sec - small->tv_sec) * ONE_MILLION +
76 (large->tv_usec - small->tv_usec));
/drivers/char/agp/
H A Di460-agp.c202 u32 small[2]; member in union:__anon391
219 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase, &(temp.small[0]));
220 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase + 4, &(temp.small[1]));
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c92 unsigned small; member in struct:ttm_pool_opts
106 * @small_allocation: Limit in number of pages what is small allocation.
170 m->options.small = val;
197 val = m->options.small;
567 * pages is small.
586 /* If allocation request is small and there are not enough
588 if (count < _manager->options.small
829 _manager->options.small = SMALL_ALLOCATION;
H A Dttm_page_alloc_dma.c144 unsigned small; member in struct:ttm_pool_opts
224 m->options.small = val;
251 val = m->options.small;
793 unsigned count = _manager->options.small;
1089 _manager->options.small = SMALL_ALLOCATION;
/drivers/net/ethernet/tile/
H A Dtilepro.c183 /* Number of small sk_buffs which must still be provided. */
224 /* Log2 of the number of small pages needed for the egress queue. */
359 void *va, bool small)
363 /* Convert "va" and "small" to "linux_buffer_t". */
364 unsigned int buffer = ((unsigned int)(__pa(va) >> 7) << 1) + small;
406 * With 64K pages, a small buffer thus needs 32+92+4+2+126+88
408 * could presumably increase the size of small buffers.
413 * With 4K pages, a small buffer thus needs 32+92+4+2+126+268
421 bool small)
434 (((small
358 tile_net_provide_linux_buffer(struct tile_net_cpu *info, void *va, bool small) argument
420 tile_net_provide_needed_buffer(struct tile_net_cpu *info, bool small) argument
711 bool small = ((buffer & 1) != 0); local
[all...]
/drivers/net/can/
H A Dgrcan.c942 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; local
951 /* Put the small buffer after that */
968 small->handle = large->handle + lsize;
972 small->buf = large->buf + lsize;
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h257 BNA_BIAS_T_SMALL = 0, /* small pkts > (large pkts * 2) */
611 struct bna_rxq *small; member in struct:bna_rxq_u::__anon2879
686 /* header or small queue */
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c305 MODULE_PARM_DESC(myri10ge_small_bytes, "Threshold of small packets");
881 /* Run a small DMA test.
1707 /* Process a small number of packets */
2208 netdev_err(dev, "slice-%d: alloced only %d small bufs\n",
2542 /* decide what small buffer size to use. For good TCP rx
2557 /* Override the small buffer size? */
2911 /* Mark small packets, and pad out tiny packets */
2997 int small; local
3002 small = (mss <= MXGEFW_SEND_SMALL_SIZE);
3005 (small * MXGEFW_FLAGS_SMAL
[all...]
/drivers/gpu/drm/i915/
H A Dintel_pm.c1200 /* Use the small buffer method to calculate plane watermark */
1272 int small, large; local
1291 /* Use the minimum of the small and large buffer method for primary */
1292 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
1295 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
3024 * - lines are small relative to FIFO size (buffer can hold more than 2

Completed in 527 milliseconds