Searched refs:zone (Results 51 - 75 of 105) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_lkup.c40 int nbp_lookup( const char *obj, const char *type, const char *zone, struct nbpnve *nn, argument
102 if ( zone ) {
103 if (( cc = strlen( zone )) > NBPSTRLEN ) goto lookup_err;
105 memcpy( data, zone, cc );
109 *data++ = '*'; /* default zone */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dwait.c248 const struct zone *zone = page_zone(virt_to_page(word)); local
251 return &zone->wait_table[hash_long(val, zone->wait_table_bits)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_lookup.h23 struct fib_result *res, __be32 zone, __be32 mask,
H A Dfib_hash.c57 struct fn_zone *fz_next; /* Next not empty zone */
170 printk("fn_rehash_zone: hash for zone %d grows from %d\n", fz->fz_order, old_divisor);
225 /* Find the first not empty zone with more specific mask */
802 struct fn_zone *zone; member in struct:fib_iter_state
825 for (iter->zone = table->fn_zone_list; iter->zone;
826 iter->zone = iter->zone->fz_next) {
829 if (!iter->zone->fz_nent)
832 iter->hash_head = iter->zone
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c475 unsigned long zone; member in struct:memmap_init_callback_data
504 args->nid, args->zone, page_to_pfn(map_start),
510 memmap_init (unsigned long size, int nid, unsigned long zone, argument
514 memmap_init_zone(size, nid, zone, start_pfn, MEMMAP_EARLY);
523 args.zone = zone;
708 struct zone *zone; local
715 zone = pgdat->node_zones + ZONE_NORMAL;
716 ret = __add_pages(zone, start_pf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.c74 const NTFS_CLUSTER_ALLOCATION_ZONES zone,
90 "0x%llx, zone %s_ZONE.", (unsigned long long)start_vcn,
93 zone == MFT_ZONE ? "MFT" : "DATA");
100 BUG_ON(zone < FIRST_ZONE);
101 BUG_ON(zone > LAST_ZONE);
109 * If no specific @start_lcn was requested, use the current data zone
111 * lies outside the mft zone. Also set done_zones to 0 (no zones done)
112 * and pass depending on whether we are starting inside a zone (1) or
113 * at the beginning of a zone (2). If requesting from the MFT_ZONE,
114 * we either start at the current position within the mft zone o
72 ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, const s64 count, const LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone, const bool is_extension) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dlkdtm.c161 struct zone *zone, struct scan_control *sc)
160 jp_shrink_inactive_list(unsigned long max_scan, struct zone *zone, struct scan_control *sc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgfp.h110 * We get the zone list from the current node and the gfp_mask.
111 * This zone list contains a maximum of MAXNODES*MAX_NR_ZONES zones.
179 void drain_zone_pages(struct zone *zone, struct per_cpu_pages *pcp);
H A Dmm.h396 * The zone field is never updated after free_area_init_core()
455 /* NODE:ZONE or SECTION:ZONE is used to ID a zone for the buddy allcator */
485 * identifying a zone since we could be using a the section number
488 * combinable pages in a zone.
495 static inline int zone_to_nid(struct zone *zone) argument
498 return zone->node;
513 static inline struct zone *page_zone(struct page *page)
523 static inline void set_page_zone(struct page *page, enum zone_type zone) argument
526 page->flags |= (zone
541 set_page_links(struct page *page, enum zone_type zone, unsigned long node, unsigned long pfn) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/aecho/
H A Daecho.c122 char *obj = NULL, *type = "Workstation", *zone = "*"; local
172 if ( nbp_name( av[ optind ], &obj, &type, &zone ) || !obj ) {
176 if ( nbp_lookup( obj, type, zone, &nn, 1, &saddr.sat_addr) <= 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c122 char *obj = NULL, *type = "Workstation", *zone = "*"; local
172 if ( nbp_name( av[ optind ], &obj, &type, &zone ) || !obj ) {
176 if ( nbp_lookup( obj, type, zone, &nn, 1, &saddr.sat_addr) <= 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dsparse.c308 int sparse_add_one_section(struct zone *zone, unsigned long start_pfn, argument
312 struct pglist_data *pgdat = zone->zone_pgdat;
H A Dmigrate.c49 struct zone *zone = page_zone(page); local
51 spin_lock_irq(&zone->lru_lock);
57 del_page_from_active_list(zone, page);
59 del_page_from_inactive_list(zone, page);
62 spin_unlock_irq(&zone->lru_lock);
337 * If moved to a different zone then also account
338 * the page for that zone. Other VM counters will be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c1031 * new write request for the same zone.
1134 VPRINTK("pkt_gather_data: zone %llx cached\n",
1168 VPRINTK("pkt_gather_data: need %d frames for zone %llx\n",
1175 * Find a packet matching zone, or the least recently used packet if
1178 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) argument
1183 if (pkt->sector == zone || pkt->list.next == &pd->cdrw.pkt_free_list) {
1185 if (pkt->sector != zone)
1235 sector_t zone = 0; /* Suppress gcc warning */ local
1250 * Try to find a zone we are not already working on.
1262 zone
2431 sector_t zone; local
2579 sector_t zone = ZONE(bio->bi_sector, pd); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dmain.c613 char buf[ PF_CONFBUFFER ], area[ PF_CONFBUFFER ], *a, *p, *name, *type, *zone; local
636 zone = defprinter.p_zone;
637 if ( nbp_name( p, &name, &type, &zone )) {
659 if ( zone != defprinter.p_zone ) {
660 if (( pr->p_zone = (char *)malloc( strlen( zone ) + 1 )) == NULL ) {
664 strcpy( pr->p_zone, zone );
666 pr->p_zone = zone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmain.c613 char buf[ PF_CONFBUFFER ], area[ PF_CONFBUFFER ], *a, *p, *name, *type, *zone; local
636 zone = defprinter.p_zone;
637 if ( nbp_name( p, &name, &type, &zone )) {
659 if ( zone != defprinter.p_zone ) {
660 if (( pr->p_zone = (char *)malloc( strlen( zone ) + 1 )) == NULL ) {
664 strcpy( pr->p_zone, zone );
666 pr->p_zone = zone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dx509v3.h246 ASN1_INTEGER *zone; member in struct:SXNET_ID_st
413 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
417 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
419 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509v3.h246 ASN1_INTEGER *zone; member in struct:SXNET_ID_st
413 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
417 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
419 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c156 char *obj = NULL, *type = "LaserWriter", *zone = "*"; local
228 if ( nbp_name( printer, &obj, &type, &zone ) < 0 ) {
237 if ( nbp_lookup( obj, type, zone, &nn, 1, &addr ) <= 0 ) {
242 fprintf( stderr, "%s:%s@%s: NBP Lookup failed\n", obj, type, zone );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/
H A DMakefile40 cflags-y += -mno-red-zone
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c453 * Memory is added always to NORMAL zone. This means you will never get
459 struct zone *zone = pgdat->node_zones + ZONE_NORMAL; local
466 ret = __add_pages(zone, start_pfn, nr_pages);
498 int __add_pages(struct zone *z, unsigned long start_pfn, unsigned long nr_pages)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr55.c340 /* set pba to first block in zone lba is in */
676 int zone = i / 1024; local
680 /* Every 1024 physical blocks ("zone"), the LBA numbers
683 * 1000 LBA's per zone. In other words, in PBA
686 * physical blocks per zone. Go figure.
702 if (info->lba_to_pba[lba + zone * 1000] != NOT_ALLOCATED &&
704 printk("sddr55: map inconsistency at LBA %04X\n", lba + zone * 1000);
711 info->lba_to_pba[lba + zone * 1000] = i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demux_synth.h183 struct snd_sf_zone *zone; /* Zone assigned to this note */ member in struct:snd_emux_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c156 char *obj = NULL, *type = "LaserWriter", *zone = "*"; local
228 if ( nbp_name( printer, &obj, &type, &zone ) < 0 ) {
237 if ( nbp_lookup( obj, type, zone, &nn, 1, &addr ) <= 0 ) {
242 fprintf( stderr, "%s:%s@%s: NBP Lookup failed\n", obj, type, zone );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dvmem.c32 void memmap_init(unsigned long size, int nid, unsigned long zone, argument
64 nid, zone, page_to_pfn(map_start),

Completed in 377 milliseconds

12345