Searched refs:region (Results 1 - 25 of 221) sorted by relevance

123456789

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dphysmem.c139 struct iomem_region *region = iomem_regions; local
141 while(region != NULL){
142 if((phys >= region->phys) &&
143 (phys < region->phys + region->size)){
144 fd = region->fd;
145 *offset_out = phys - region->phys;
148 region = region->next;
179 " Configure <file> as an IO memory region name
194 struct iomem_region *region = iomem_regions; local
210 struct iomem_region *region = iomem_regions; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c63 DB_LOCKREGION *region; local
76 /* Join/create the lock region. */
93 /* If we created the region, initialize it. */
99 region = lt->reginfo.primary =
102 /* Set remaining pointers into region. */
103 lt->conflicts = R_ADDR(&lt->reginfo, region->conf_off);
104 lt->obj_tab = R_ADDR(&lt->reginfo, region->obj_off);
106 lt->obj_stat = R_ADDR(&lt->reginfo, region->stat_off);
108 lt->part_array = R_ADDR(&lt->reginfo, region->part_off);
109 lt->locker_tab = R_ADDR(&lt->reginfo, region
177 DB_LOCKREGION *region; local
[all...]
H A Dlock_id.c54 DB_LOCKREGION *region; local
61 region = lt->reginfo.primary;
68 LOCK_LOCKERS(env, region);
78 if (region->stat.st_id == DB_LOCK_MAXID &&
79 region->stat.st_cur_maxid != DB_LOCK_MAXID)
80 region->stat.st_id = DB_LOCK_INVALIDID;
81 if (region->stat.st_id == region->stat.st_cur_maxid) {
83 sizeof(u_int32_t) * region->stat.st_nlockers, &ids)) != 0)
86 SH_TAILQ_FOREACH(lk, &region
140 DB_LOCKREGION *region; local
193 DB_LOCKREGION *region; local
227 DB_LOCKREGION *region; local
261 DB_LOCKREGION *region; local
284 DB_LOCKREGION *region; local
349 DB_LOCKREGION *region; local
409 DB_LOCKREGION *region; local
[all...]
H A Dlock_deadlock.c120 DB_LOCKREGION *region; local
146 region = lt->reginfo.primary;
149 if (region->need_dd == 0 &&
150 (!timespecisset(&region->next_timeout) ||
151 !__lock_expired(env, &now, &region->next_timeout))) {
154 if (region->need_dd == 0)
158 region->need_dd = 0;
163 lock_max = region->stat.st_cur_maxid;
191 * We need the cur_maxid from the txn region as well. In order
193 * regions, we simply unlock the lock region an
385 DB_LOCKREGION *region; local
831 DB_LOCKREGION *region; local
[all...]
H A Dlock.c111 DB_LOCKREGION *region; local
122 region = lt->reginfo.primary;
125 LOCK_SYSTEM_LOCK(lt, region);
205 OBJECT_LOCK_NDX(lt, region, ndx);
221 OBJECT_UNLOCK(lt, region, ndx);
274 OBJECT_LOCK(lt, region, list[i].obj, ndx);
279 OBJECT_UNLOCK(lt, region, ndx);
309 OBJECT_UNLOCK(lt, region, ndx);
351 if (ret == 0 && region->detect != DB_LOCK_NORUN &&
352 (region
411 DB_LOCKREGION *region; local
472 DB_LOCKREGION *region; local
537 DB_LOCKREGION *region; local
1101 DB_LOCKREGION *region; local
1156 DB_LOCKREGION *region; local
1208 DB_LOCKREGION *region; local
1320 DB_LOCKREGION *region; local
1372 DB_LOCKREGION *region; local
1432 DB_LOCKREGION *region; local
1604 DB_LOCKREGION *region; local
1704 DB_LOCKREGION *region; local
1796 DB_LOCKREGION *region; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dpci.h12 * @region: converted bus-centric region (start,end)
18 pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, argument
21 region->start = res->start;
22 region->end = res->end;
27 struct pci_bus_region *region)
29 res->start = region->start;
30 res->end = region->end;
26 pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, struct pci_bus_region *region) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c46 DBG(" memory.region[0x%x].base = 0x%lx\n",
47 i, lmb.memory.region[i].base);
49 lmb.memory.region[i].size);
55 DBG(" reserved.region[0x%x].base = 0x%lx\n",
56 i, lmb.reserved.region[i].base);
58 lmb.reserved.region[i].size);
83 unsigned long base1 = rgn->region[r1].base;
84 unsigned long size1 = rgn->region[r1].size;
85 unsigned long base2 = rgn->region[r2].base;
86 unsigned long size2 = rgn->region[r
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
H A DCodecBase.cs19 #region Data members
65 #region Codec Members
118 #region Destructor & IDisposable stuff
160 #region Helper methods
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
H A DCodecBase.cs19 #region Data members
65 #region Codec Members
118 #region Destructor & IDisposable stuff
160 #region Helper methods
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-log.h39 * Retrieves the smallest size of region that the log can
45 * A predicate to say whether a region is clean or not.
48 int (*is_clean)(struct dirty_log *log, region_t region);
56 * If -EWOULDBLOCK is returned the state of the region is
61 int (*in_sync)(struct dirty_log *log, region_t region, int can_block);
75 void (*mark_region)(struct dirty_log *log, region_t region);
76 void (*clear_region)(struct dirty_log *log, region_t region);
79 * Returns: <0 (error), 0 (no region), 1 (region)
84 * next region tha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dsetup-bus.c83 struct pci_bus_region region; local
88 pcibios_resource_to_bus(bridge, &region, bus->resource[0]);
95 region.start, region.end);
97 region.start);
99 region.end);
102 pcibios_resource_to_bus(bridge, &region, bus->resource[1]);
105 region.start, region.end);
107 region
149 struct pci_bus_region region; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_region.c20 * Open a transaction region.
38 /* Join/create the txn region. */
49 /* If we created the region, initialize it. */
77 * Initialize a transaction region in shared memory.
86 DB_TXNREGION *region; local
115 "Unable to allocate memory for the transaction region");
120 region = mgr->reginfo.primary;
121 memset(region, 0, sizeof(*region));
124 env, MTX_TXN_REGION, 0, &region
346 DB_TXNREGION *region; local
384 DB_TXNREGION *region; local
442 DB_TXNREGION *region; local
[all...]
H A Dtxn_chkpt.c101 DB_TXNREGION *region; local
112 region = mgr->reginfo.primary;
147 last_ckp_time = region->time_ckp;
171 MUTEX_LOCK(env, region->mtx_ckp);
224 env->rep_handle->region->chkpt_delay != 0)
225 __os_yield(env, 0, env->rep_handle->region->chkpt_delay);
235 last_ckp = region->last_ckp;
255 else if (region->stat.st_nrestores == 0)
270 err: MUTEX_UNLOCK(env, region->mtx_ckp);
294 DB_TXNREGION *region; local
324 DB_TXNREGION *region; local
354 DB_TXNREGION *region; local
[all...]
H A Dtxn_stat.c70 DB_TXNREGION *region; local
79 region = mgr->reginfo.primary;
85 * at the region's maximum active transactions value, it's read-only
86 * and never changes after the region is created.
91 maxtxn = region->maxtxns + (region->maxtxns / 10) + 10;
97 memcpy(stats, &region->stat, sizeof(*stats));
98 stats->st_last_txnid = region->last_txnid;
99 stats->st_last_ckp = region->last_ckp;
100 stats->st_time_ckp = region
319 DB_TXNREGION *region; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_accel.c30 void savagefb_copyarea(struct fb_info *info, const struct fb_copyarea *region) argument
33 int sx = region->sx, dx = region->dx;
34 int sy = region->sy, dy = region->dy;
37 if (!region->width || !region->height)
46 sx += region->width - 1;
47 dx += region->width - 1;
53 sy += region
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvbsubdec.c266 static void delete_region_display_list(DVBSubContext *ctx, DVBSubRegion *region) argument
271 while (region->display_list) {
272 display = region->display_list;
305 region->display_list = display->region_list_next;
314 DVBSubRegion *region; local
318 region = ctx->region_list;
320 ctx->region_list = region->next;
322 delete_region_display_list(ctx, region);
323 if (region->pbuf)
324 av_free(region
722 DVBSubRegion *region = get_region(ctx, display->region_id); local
992 DVBSubRegion *region; local
1177 DVBSubRegion *region; local
1274 DVBSubRegion *region; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/events/
H A Devregion.c147 * an installed default region handler.
189 * DESCRIPTION: Execute _REG method for a region
229 * Operation region space ID Same value as region_obj->Region.space_id
249 args[0]->integer.value = region_obj->region.space_id;
273 * PARAMETERS: region_obj - Internal region object
282 * DESCRIPTION: Dispatch an address space or operation region access to
307 /* Ensure that there is a handler associated with this region */
309 handler_desc = region_obj->region.handler;
313 acpi_ut_get_node_name(region_obj->region.node),
315 acpi_ut_get_region_name(region_obj->region
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A DMakefile4 intro.html naming.html open.html region.html remote.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Darbiter.h23 int crisv32_arbiter_allocate_bandwidth(int client, int region,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dscb2_flash.c13 * The BIOS marks its own memory region as 'reserved' in the e820 map. We
18 * * a 1 MiB memory region
42 * offset 0xf0000 ty 0xfffff (64k): Boot Block region
108 struct mtd_erase_region_info *region = &mtd->eraseregions[i]; local
109 region->erasesize /= 2;
115 * the chip, so all our erase-region info is wrong. Start cutting from
119 struct mtd_erase_region_info *region = &mtd->eraseregions[i]; local
121 if (region->numblocks * region->erasesize > mtd->size) {
122 region
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Darbiter.c56 static void crisv32_arbiter_config(int region) argument
69 if (!requested_slots[region][client])
71 interval = NBR_OF_SLOTS / requested_slots[region][client];
91 while(!active_clients[region][client]) {
99 if (region == EXT_REGION)
101 else if (region == INT_REGION)
135 int crisv32_arbiter_allocate_bandwidth(int client, int region, argument
147 total_assigned += requested_slots[region][i];
148 total_clients += active_clients[region][i];
150 req = NBR_OF_SLOTS / (max_bandwidth[region] / bandwidt
[all...]

Completed in 378 milliseconds

123456789