Searched refs:stock (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/mm/ |
D | memcontrol.c | 1890 struct memcg_stock_pcp *stock; in consume_stock() local 1896 stock = &get_cpu_var(memcg_stock); in consume_stock() 1897 if (memcg == stock->cached && stock->nr_pages >= nr_pages) { in consume_stock() 1898 stock->nr_pages -= nr_pages; in consume_stock() 1908 static void drain_stock(struct memcg_stock_pcp *stock) in drain_stock() argument 1910 struct mem_cgroup *old = stock->cached; in drain_stock() 1912 if (stock->nr_pages) { in drain_stock() 1913 page_counter_uncharge(&old->memory, stock->nr_pages); in drain_stock() 1915 page_counter_uncharge(&old->memsw, stock->nr_pages); in drain_stock() 1916 css_put_many(&old->css, stock->nr_pages); in drain_stock() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.h | 308 struct list_head *stock);
|
D | tracefile.c | 117 struct list_head *stock) in cfs_trace_refill_stock() argument 132 list_add_tail(&tage->linkage, stock); in cfs_trace_refill_stock()
|
/linux-4.4.14/Documentation/networking/ |
D | tcp-thin.txt | 8 systems, stock trading etc.) where the user experience depends
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-370-dlink-dns327l.dts | 134 /* Hardcoded into stock bootloader */
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 39 function exactly like normal V4L2 controls (i.e. the stock controls, such as
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 100 exist today against the heuristics of the stock scheduler: fiftyp.c, thud.c,
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 469 tristate "Sharp Zaurus (stock ROMs) and compatible"
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 488 bios, but that is currently not included in the stock development kernels.
|
/linux-4.4.14/init/ |
D | Kconfig | 1741 SLOB replaces the stock allocator with a drastically simpler
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4047 host kernel. If you're not running a stock Linus or -ac kernel, then
|