Searched refs:reserve (Results 76 - 100 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-palmz71.c286 printk(KERN_ERR "Could not reserve WP GPIO!\n");
294 "Could not reserve cable signal GPIO!\n");
345 .reserve = omap_reserve,
H A Dboard-perseus2.c354 .reserve = omap_reserve,
H A Dboard-voiceblue.c290 .reserve = omap_reserve,
H A Dboard-fsample.c393 .reserve = omap_reserve,
H A Dboard-h2.c428 .reserve = omap_reserve,
H A Dboard-h3.c428 .reserve = omap_reserve,
H A Dboard-innovator.c466 .reserve = omap_reserve,
H A Dboard-osk.c575 .reserve = omap_reserve,
H A Dboard-sx1.c426 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-apollon.c363 .reserve = omap_reserve,
H A Dboard-h4.c383 .reserve = omap_reserve,
H A Dboard-4430sdp.c464 .reserve = omap_reserve,
H A Dboard-am3517evm.c469 .reserve = omap_reserve,
H A Dboard-igep0020.c539 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dmach-h1940.c308 /* H1940 and RX3715 need to reserve this for suspend */
357 .reserve = h1940_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c125 MODULE_PARM_DESC(client_reserve, "Attempt client managed reserve/release");
915 if (hostdata->caps.reserve.common.server_support ==
917 dev_info(hostdata->dev, "Client reserve enabled\n");
919 dev_info(hostdata->dev, "Client reserve not supported\n");
970 hostdata->caps.reserve.common.cap_type = RESERVATION_CAPABILITIES;
971 hostdata->caps.reserve.common.length = sizeof(hostdata->caps.reserve);
972 hostdata->caps.reserve.common.server_support = SERVER_SUPPORTS_CAP;
973 hostdata->caps.reserve.type = CLIENT_RESERVE_SCSI_2;
976 req->common.length = sizeof(hostdata->caps) - sizeof(hostdata->caps.reserve);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c96 but higher levels still should reserve dev->hard_header_len.
945 int ifindex, err, reserve = 0; local
980 reserve = dev->hard_header_len;
989 if (size_max > dev->mtu + reserve)
990 size_max = dev->mtu + reserve;
1068 size_t reserve, size_t len,
1083 skb_reserve(skb, reserve);
1100 int ifindex, err, reserve = 0; local
1132 reserve = dev->hard_header_len;
1187 if (!gso_type && (len > dev->mtu+reserve))
1067 packet_alloc_skb(struct sock *sk, size_t prepad, size_t reserve, size_t len, size_t linear, int noblock, int *err) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h125 void Alloc(size_t uiSize) { reserve(uiSize); } \
228 void reserve(size_type n) { Alloc(n); } \
475 void reserve(size_type n) { base::reserve(n); } \
560 void Alloc(size_t count) { reserve(count); } \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstlvec.h340 inline void reserve(size_type WXUNUSED(n)) {}\
705 inline void reserve(size_type WXUNUSED(n)) {}\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_memory.c474 uint64_t amount, bool reserve)
494 if (reserve) {
472 ttm_mem_global_reserve(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount, bool reserve) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfiledlg.cpp339 dir.reserve(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp388 out.reserve(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhelpext.cpp196 url.reserve(line.length());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp158 result.reserve( str.length() );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.h145 u8 reserve[2]; member in struct:usb_ep_para

Completed in 255 milliseconds

1234567