Searched refs:small (Results 1 - 20 of 20) 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/firmware/efi/libstub/
H A DMakefile8 cflags-$(CONFIG_X86_64) := -mcmodel=small
/drivers/video/fbdev/matrox/
H A Dg450_pll.c446 unsigned int big, small;
449 small = vco;
452 small = pixel_vco;
455 while (big > small) {
458 if (big == small) {
/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/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/pinctrl/
H A DKconfig78 so only a small amount is available for gpio use.
/drivers/video/console/
H A DKconfig31 the VGA RAM. The size of this RAM is fixed and is quite small.
/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.h314 (q1) = rxp->rxq.slr.small; \
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 */
H A Dbna_tx_rx.c2062 rxp->rxq.slr.small = q1;
2654 /* Setup small Q */
2762 rxp->rxq.slr.small = NULL;
/drivers/atm/
H A DKconfig74 bursts must be disabled and only (slower) small bursts can be used.
360 conditions, e.g. when a fast host continuously submits very small
/drivers/char/hw_random/
H A DKconfig357 as the host has, rather than the small amount the UML gets from its
/drivers/net/usb/
H A DKconfig116 better performance with small packets and at high speeds).
/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
/drivers/net/ethernet/3com/
H A Dtyphoon.c148 #error TX ring too small!
/drivers/scsi/
H A Dscsi_lib.c52 #error SCSI_MAX_SG_SEGMENTS is too small (must be 32 or greater)

Completed in 535 milliseconds