Searched refs:stock (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/mm/ |
D | memcontrol.c | 2078 struct memcg_stock_pcp *stock; in consume_stock() local 2084 stock = &get_cpu_var(memcg_stock); in consume_stock() 2085 if (memcg == stock->cached && stock->nr_pages >= nr_pages) { in consume_stock() 2086 stock->nr_pages -= nr_pages; in consume_stock() 2096 static void drain_stock(struct memcg_stock_pcp *stock) in drain_stock() argument 2098 struct mem_cgroup *old = stock->cached; in drain_stock() 2100 if (stock->nr_pages) { in drain_stock() 2101 page_counter_uncharge(&old->memory, stock->nr_pages); in drain_stock() 2103 page_counter_uncharge(&old->memsw, stock->nr_pages); in drain_stock() 2104 css_put_many(&old->css, stock->nr_pages); in drain_stock() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.h | 311 struct list_head *stock);
|
D | tracefile.c | 118 struct list_head *stock) in cfs_trace_refill_stock() argument 133 list_add_tail(&tage->linkage, stock); in cfs_trace_refill_stock()
|
/linux-4.1.27/Documentation/networking/ |
D | tcp-thin.txt | 8 systems, stock trading etc.) where the user experience depends
|
/linux-4.1.27/Documentation/video4linux/ |
D | uvcvideo.txt | 39 function exactly like normal V4L2 controls (i.e. the stock controls, such as
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 100 exist today against the heuristics of the stock scheduler: fiftyp.c, thud.c,
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 456 tristate "Sharp Zaurus (stock ROMs) and compatible"
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 488 bios, but that is currently not included in the stock development kernels.
|
/linux-4.1.27/init/ |
D | Kconfig | 1710 SLOB replaces the stock allocator with a drastically simpler
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4047 host kernel. If you're not running a stock Linus or -ac kernel, then
|