Searched refs:stock (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-avermedia-m733a-rm-k6.c16 * This is the stock remote controller used with Positivo machines with M733A
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm963xx_tag.h59 * (kernel for OpenWRT, rootfs for stock firmware)
/linux-4.4.14/mm/
H A Dmemcontrol.c1883 * stock, and at least @nr_pages are available in that stock. Failure to
1884 * service an allocation will refill the stock.
1890 struct memcg_stock_pcp *stock; consume_stock() local
1896 stock = &get_cpu_var(memcg_stock); consume_stock()
1897 if (memcg == stock->cached && stock->nr_pages >= nr_pages) { consume_stock()
1898 stock->nr_pages -= nr_pages; consume_stock()
1908 static void drain_stock(struct memcg_stock_pcp *stock) drain_stock() argument
1910 struct mem_cgroup *old = stock->cached; drain_stock()
1912 if (stock->nr_pages) { drain_stock()
1913 page_counter_uncharge(&old->memory, stock->nr_pages); drain_stock()
1915 page_counter_uncharge(&old->memsw, stock->nr_pages); drain_stock()
1916 css_put_many(&old->css, stock->nr_pages); drain_stock()
1917 stock->nr_pages = 0; drain_stock()
1919 stock->cached = NULL; drain_stock()
1928 struct memcg_stock_pcp *stock = this_cpu_ptr(&memcg_stock); drain_local_stock() local
1929 drain_stock(stock); drain_local_stock()
1930 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags); drain_local_stock()
1939 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock); refill_stock() local
1941 if (stock->cached != memcg) { /* reset if necessary */ refill_stock()
1942 drain_stock(stock); refill_stock()
1943 stock->cached = memcg; refill_stock()
1945 stock->nr_pages += nr_pages; refill_stock()
1964 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu); for_each_online_cpu() local
1967 memcg = stock->cached; for_each_online_cpu()
1968 if (!memcg || !stock->nr_pages) for_each_online_cpu()
1972 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) { for_each_online_cpu()
1974 drain_local_stock(&stock->work); for_each_online_cpu()
1976 schedule_work_on(cpu, &stock->work); for_each_online_cpu()
1989 struct memcg_stock_pcp *stock; memcg_cpu_hotplug_callback() local
1997 stock = &per_cpu(memcg_stock, cpu); memcg_cpu_hotplug_callback()
1998 drain_stock(stock); memcg_cpu_hotplug_callback()
H A Dpgtable-generic.c92 * THP regime. stock flush_tlb_range() typically has optimization to nuke the
/linux-4.4.14/fs/xfs/
H A Dxfs_ioctl32.h31 /* stock kernel-level ioctls we support */
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dtracefile.h308 struct list_head *stock);
H A Dtracefile.c117 struct list_head *stock) cfs_trace_refill_stock()
132 list_add_tail(&tage->linkage, stock); cfs_trace_refill_stock()
116 cfs_trace_refill_stock(struct cfs_trace_cpu_data *tcd, gfp_t gfp, struct list_head *stock) cfs_trace_refill_stock() argument
/linux-4.4.14/drivers/media/rc/
H A Dir-mce_kbd-decoder.c27 * from the keys of the same name on the stock MCE remote, and will be handled
H A Dnuvoton-cir.h306 * The CIR Wake FIFO buffer is 67 bytes long, but the stock remote wakes
/linux-4.4.14/drivers/bluetooth/
H A Dbtrtl.c361 /* Match a set of subver values that correspond to stock firmware, btrtl_setup_realtek()
/linux-4.4.14/arch/arc/include/asm/
H A Duaccess.h14 * -stock kernel shrunk by 33K at -O3
/linux-4.4.14/arch/arc/kernel/
H A Dsetup.c228 int opt = 2; /* stock MPY/MPYH */ arc_cpu_mumbojumbo()
/linux-4.4.14/include/linux/
H A Dirqdomain.h321 /* stock xlate functions */
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_lib.c507 /* TCP_BACKOFF_* sockopt tunables unsupported in stock kernels */ ksocknal_lib_setup_sock()
/linux-4.4.14/drivers/ata/
H A Dsata_highbank.c395 * The other timing constants were kept the same as the stock AHCI driver.
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_ctrl.c2096 * Add control information and hardcoded stock control mappings to the given
/linux-4.4.14/drivers/scsi/
H A Din2000.c95 * find that with the stock kernel, at most _two_ SCSI hard

Completed in 582 milliseconds