Searched refs:zl (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dlog.c89 vzlog (struct zlog *zl, int priority, const char *format, va_list *args)
92 if (zl == NULL)
93 zl = zlog_default;
96 if (zl == NULL)
109 if ( priority > zl->maskpri )
113 if (zl->flags & ZLOG_SYSLOG)
117 if (zl->flags & ZLOG_FILE)
119 time_print (zl->fp);
120 if (zl->record_priority) fprintf (zl
87 vzlog(struct zlog *zl, int priority, const char *format, va_list *args) argument
152 zlog(struct zlog *zl, int priority, const char *format, ...) argument
242 plog_err(struct zlog *zl, const char *format, ...) argument
257 plog_warn(struct zlog *zl, const char *format, ...) argument
272 plog_info(struct zlog *zl, const char *format, ...) argument
287 plog_notice(struct zlog *zl, const char *format, ...) argument
302 plog_debug(struct zlog *zl, const char *format, ...) argument
322 struct zlog *zl; local
340 closezlog(struct zlog *zl) argument
350 zlog_set_flag(struct zlog *zl, int flags) argument
359 zlog_reset_flag(struct zlog *zl, int flags) argument
368 zlog_set_file(struct zlog *zl, int flags, char *filename) argument
394 zlog_reset_file(struct zlog *zl) argument
414 zlog_rotate(struct zlog *zl) argument
[all...]
H A Dlog.h83 void closezlog (struct zlog *zl);
93 void zlog (struct zlog *zl, int priority, const char *format, ...) PRINTF_ATTRIBUTE(3, 4);
110 void zlog_set_flag (struct zlog *zl, int flags);
111 void zlog_reset_flag (struct zlog *zl, int flags);
114 int zlog_set_file (struct zlog *zl, int flags, char *filename);
115 int zlog_reset_file (struct zlog *zl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpuset.h31 int cpuset_zonelist_valid_mems_allowed(struct zonelist *zl);
101 static inline int cpuset_zonelist_valid_mems_allowed(struct zonelist *zl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c86 struct zonelist *zl; local
92 zl = kmalloc(sizeof(struct zone *) * max, GFP_KERNEL);
93 if (!zl)
95 zl->zlcache_ptr = NULL;
106 zl->zones[num++] = z;
113 kfree(zl);
116 zl->zones[num] = NULL;
117 return zl;
1171 struct zonelist *zl; local
1174 zl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c601 struct zonelist *zl; local
606 zl = NODE_DATA(i)->node_zonelists + j;
609 for (k = 0; zl->zones[k] != NULL; k++)
610 printk("[%ld/%s] ", zone_to_nid(zl->zones[k]), zl->zones[k]->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dname_table.c514 struct publication *zl = sseq->zone_list; local
515 if (zl && tipc_subscr_overlap(s,sseq->lower,sseq->upper)) {
516 struct publication *crs = zl;
529 } while (crs != zl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c2328 * @zl: the zonelist to be checked
2330 * Are any of the nodes on zonelist zl allowed in current->mems_allowed?
2332 int cpuset_zonelist_valid_mems_allowed(struct zonelist *zl) argument
2336 for (i = 0; zl->zones[i]; i++) {
2337 int nid = zone_to_nid(zl->zones[i]);

Completed in 172 milliseconds