/linux-4.1.27/include/linux/ |
D | pagevec.h | 19 unsigned long cold; member 36 static inline void pagevec_init(struct pagevec *pvec, int cold) in pagevec_init() argument 39 pvec->cold = cold; in pagevec_init()
|
D | gfp.h | 368 extern void free_hot_cold_page(struct page *page, bool cold); 369 extern void free_hot_cold_page_list(struct list_head *list, bool cold);
|
D | pagemap.h | 97 void release_pages(struct page **pages, int nr, bool cold);
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 26 -cold : critical cold temperature of battery for charging 27 -cold-in-minus : flag that cold temperature is in minus degrees 55 cm-battery-cold = <50>; 56 cm-battery-cold-in-minus;
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dvb-usb-init.c | 176 …n *dvb_usb_find_device(struct usb_device *udev, struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument 181 *cold = -1; in dvb_usb_find_device() 189 *cold = 1; in dvb_usb_find_device() 202 *cold = 0; in dvb_usb_find_device() 210 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device() 242 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local 247 if ((desc = dvb_usb_find_device(udev, props, &cold)) == NULL) { in dvb_usb_device_init() 252 if (cold) { in dvb_usb_device_init()
|
D | a800.c | 34 struct dvb_usb_device_description **desc, int *cold) in a800_identify_state() argument 36 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
|
D | technisat-usb2.c | 328 struct dvb_usb_device_description **desc, int *cold) in technisat_usb2_identify_state() argument 339 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ in technisat_usb2_identify_state() 348 *cold = 1; in technisat_usb2_identify_state() 351 *cold = 0; in technisat_usb2_identify_state()
|
D | dib0700.h | 66 struct dvb_usb_device_description **desc, int *cold);
|
D | digitv.c | 91 int *cold) in digitv_identify_state() argument 93 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
|
D | af9005.c | 953 int *cold) in af9005_identify_state() argument 962 *cold = 1; in af9005_identify_state() 964 *cold = 0; in af9005_identify_state() 967 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state()
|
D | dib0700_core.c | 343 struct dvb_usb_device_description **desc, int *cold) in dib0700_identify_state() argument 358 *cold = ret <= 0; in dib0700_identify_state() 359 deb_info("cold: %d\n", *cold); in dib0700_identify_state()
|
D | az6027.c | 1058 int *cold) in az6027_identify_state() argument 1077 *cold = ret <= 0; in az6027_identify_state() 1079 deb_info("cold: %d\n", *cold); in az6027_identify_state()
|
D | ttusb2.c | 456 int *cold) in ttusb2_identify_state() argument 458 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
|
D | cxusb.c | 1385 int *cold) in bluebird_fx2_identify_state() argument 1387 int wascold = *cold; in bluebird_fx2_identify_state() 1389 *cold = udev->descriptor.bDeviceClass == 0xff && in bluebird_fx2_identify_state() 1393 if (*cold && !wascold) in bluebird_fx2_identify_state()
|
D | m920x.c | 474 int *cold) in m920x_identify_state() argument 479 *cold = (alt == NULL) ? 1 : 0; in m920x_identify_state()
|
D | Kconfig | 145 "DTV USB MINI" (in cold state) are supported.
|
D | dw2102.c | 941 int *cold) in su3000_identify_state() argument 945 *cold = 0; in su3000_identify_state()
|
/linux-4.1.27/include/trace/events/ |
D | kmem.h | 197 TP_PROTO(struct page *page, int cold), 199 TP_ARGS(page, cold), 203 __field( int, cold ) 208 __entry->cold = cold; 214 __entry->cold)
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 663 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument 671 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch() 682 cold = 0; in lme_firmware_switch() 705 cold = 0; in lme_firmware_switch() 725 cold = 0; in lme_firmware_switch() 739 if (cold) { in lme_firmware_switch()
|
/linux-4.1.27/mm/ |
D | swap.c | 443 release_pages(pvec->pages, pvec->nr, pvec->cold); in pagevec_lru_move_fn() 907 void release_pages(struct page **pages, int nr, bool cold) in release_pages() argument 968 free_hot_cold_page_list(&pages_to_free, cold); in release_pages() 985 release_pages(pvec->pages, pagevec_count(pvec), pvec->cold); in __pagevec_release()
|
D | page_alloc.c | 1354 int migratetype, bool cold) in rmqueue_bulk() argument 1373 if (likely(!cold)) in rmqueue_bulk() 1563 void free_hot_cold_page(struct page *page, bool cold) in free_hot_cold_page() argument 1595 if (!cold) in free_hot_cold_page() 1613 void free_hot_cold_page_list(struct list_head *list, bool cold) in free_hot_cold_page_list() argument 1618 trace_mm_page_free_batched(page, cold); in free_hot_cold_page_list() 1619 free_hot_cold_page(page, cold); in free_hot_cold_page_list() 1732 bool cold = ((gfp_flags & __GFP_COLD) != 0); in buffered_rmqueue() local 1744 migratetype, cold); in buffered_rmqueue() 1749 if (cold) in buffered_rmqueue()
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | tegra-sata.txt | 23 - sata-cold
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 111 warm Don't set the cold reboot flag 112 cold Set the cold reboot flag 114 kbd Use the keyboard controller. cold reset (default)
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_compat25.h | 154 #define ll_pagevec_init(pv, cold) do {} while (0) argument
|
/linux-4.1.27/Documentation/networking/ |
D | ltpc.txt | 109 IRQ autoprobing often doesn't work on a cold boot. To get around
|
/linux-4.1.27/Documentation/trace/ |
D | events-kmem.txt | 44 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d
|
/linux-4.1.27/sound/soc/blackfin/ |
D | Kconfig | 161 int "Set a GPIO for cold reset"
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 94 - Support multi-head logs for static/dynamic hot and cold data separation 123 does not aware of cold files such as media files. 538 - Warm data contains data blocks except hot and cold data blocks
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 138 waking cpu because it was cache-cold on its own cpu anyway
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 175 if it is too cold to charge. With the variable mC, the callback returns
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 241 disconnecting from the bus), cold (disconnecting from the bus) or bus
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra124.dtsi | 621 reset-names = "sata", "sata-oob", "sata-cold";
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 553 "START". The second string records the cold cache time of the first
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 78 try resetting the device, first a hot reset, and then a cold reset if
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 718 `probe_only=1` option (at best after the cold reboot) and run
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 286 you have warm booted it after DOS but they don't work after cold boot
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3217 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
|