/linux-4.4.14/drivers/media/rc/keymaps/ |
H A D | rc-avermedia-m733a-rm-k6.c | 16 * This is the stock remote controller used with Positivo machines with M733A
|
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm963xx_tag.h | 59 * (kernel for OpenWRT, rootfs for stock firmware)
|
/linux-4.4.14/mm/ |
H A D | memcontrol.c | 1883 * 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 D | pgtable-generic.c | 92 * THP regime. stock flush_tlb_range() typically has optimization to nuke the
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_ioctl32.h | 31 /* stock kernel-level ioctls we support */
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | tracefile.h | 308 struct list_head *stock);
|
H A D | tracefile.c | 117 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 D | ir-mce_kbd-decoder.c | 27 * from the keys of the same name on the stock MCE remote, and will be handled
|
H A D | nuvoton-cir.h | 306 * The CIR Wake FIFO buffer is 67 bytes long, but the stock remote wakes
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btrtl.c | 361 /* Match a set of subver values that correspond to stock firmware, btrtl_setup_realtek()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | uaccess.h | 14 * -stock kernel shrunk by 33K at -O3
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | setup.c | 228 int opt = 2; /* stock MPY/MPYH */ arc_cpu_mumbojumbo()
|
/linux-4.4.14/include/linux/ |
H A D | irqdomain.h | 321 /* stock xlate functions */
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd_lib.c | 507 /* TCP_BACKOFF_* sockopt tunables unsupported in stock kernels */ ksocknal_lib_setup_sock()
|
/linux-4.4.14/drivers/ata/ |
H A D | sata_highbank.c | 395 * The other timing constants were kept the same as the stock AHCI driver.
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 2096 * Add control information and hardcoded stock control mappings to the given
|
/linux-4.4.14/drivers/scsi/ |
H A D | in2000.c | 95 * find that with the stock kernel, at most _two_ SCSI hard
|