Searched refs:cold (Results 1 - 16 of 16) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcommon.h78 # define av_cold __attribute__((cold))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dcommon.h78 # define av_cold __attribute__((cold))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c205 CHAR cold; local
454 cold = startp[1];
562 cold = wextra[1 + wextra[idx]];
567 cold = *((int32_t *) &extra[idx]);
579 cold = str[0];
608 cold = c;
637 lcollseq = cold;
639 lcollseq = __collseq_table_lookup (collseq, cold);
642 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Da800.c29 /* assure to put cold to 0 for iManufacturer == 1 */
31 struct dvb_usb_device_description **desc, int *cold)
33 *cold = udev->descriptor.iManufacturer != 1;
30 a800_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Dau6610.c120 int *cold)
122 *cold = 0;
117 au6610_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Ddib0700.h48 struct dvb_usb_device_description **desc, int *cold);
H A Ddib0700_core.c132 struct dvb_usb_device_description **desc, int *cold)
140 *cold = ret <= 0;
142 deb_info("cold: %d\n", *cold);
131 dib0700_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Ddigitv.c87 int *cold)
89 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
85 digitv_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Ddvb-usb-init.c160 static struct dvb_usb_device_description * dvb_usb_find_device(struct usb_device *udev,struct dvb_usb_device_properties *props, int *cold) argument
164 *cold = -1;
169 deb_info("check for cold %x %x\n",props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct);
172 *cold = 1;
185 *cold = 0;
193 props->identify_state(udev,props,&desc,cold);
223 int ret = -ENOMEM,cold=0; local
228 if ((desc = dvb_usb_find_device(udev,props,&cold)) == NULL) {
233 if (cold) {
234 info("found a '%s' in cold stat
[all...]
H A Dgl861.c96 int *cold)
98 *cold = 0;
93 gl861_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Dm920x.c358 int *cold)
363 *cold = (alt == NULL) ? 1 : 0;
355 m920x_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
H A Dttusb2.c130 int *cold)
132 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
128 ttusb2_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpagemap.h63 void release_pages(struct page **pages, int nr, int cold);
H A Dpagevec.h19 unsigned long cold; member in struct:pagevec
35 static inline void pagevec_init(struct pagevec *pvec, int cold) argument
38 pvec->cold = cold;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c13 * Per cpu hot/cold page lists, bulk allocation, Martin J. Bligh, Sept 2002
786 static void fastcall free_hot_cold_page(struct page *page, int cold) argument
802 pcp = &zone_pcp(zone, get_cpu())->pcp[cold];
853 int cold = !!(gfp_flags & __GFP_COLD); local
861 pcp = &zone_pcp(zone, cpu)->pcp[cold];
1423 free_hot_cold_page(pvec->pages[i], pvec->cold);
2044 pcp = &p->pcp[1]; /* cold*/
H A Dswap.c253 void release_pages(struct page **pages, int nr, int cold) argument
259 pagevec_init(&pages_to_free, cold);
316 release_pages(pvec->pages, pagevec_count(pvec), pvec->cold);
332 pagevec_init(&pages_to_free, pvec->cold);
369 release_pages(pvec->pages, pvec->nr, pvec->cold);
398 release_pages(pvec->pages, pvec->nr, pvec->cold);

Completed in 120 milliseconds