Home
last modified time | relevance | path

Searched refs:ipa_mzone (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dmemfunc.h116 extern ipa_mzone *mzone_init(const char *, const char *, unsigned int, size_t,
118 extern void mzone_deinit(ipa_mzone *);
119 extern void *mzone_alloc(ipa_mzone *);
120 extern void mzone_free(ipa_mzone *, void *);
121 extern unsigned int mzone_nused(ipa_mzone *);
H A Dipa_mod.h49 typedef struct ipa_mzone_struct ipa_mzone; typedef
77 ipa_mzone *(*mzone_init)(const char *, const char *,
79 void (*mzone_deinit)(ipa_mzone *);
80 void *(*mzone_alloc)(ipa_mzone *);
81 void (*mzone_free)(ipa_mzone *, void *);
82 unsigned int (*mzone_nused)(ipa_mzone *);
H A Dipa_ctl.h66 extern ipa_mzone *ctl_acl_elem_mzone;
67 extern ipa_mzone *ctl_acl_class_mzone;
105 extern ipa_mzone *ictl_mzone;
H A Dipa_time.h178 extern ipa_mzone *tint_mzone;
181 extern ipa_mzone *worktime_mzone;
184 extern ipa_mzone *tevent_mzone;
H A Dipa_rules.h89 extern ipa_mzone *rulepat_mzone;
108 extern ipa_mzone *acg_mzone;
231 extern ipa_mzone *rule_mzone;
H A Dipastat_rules.h73 extern ipa_mzone *rulepat_mzone;
160 extern ipa_mzone *rule_mzone;
H A Dmemfunc.c102 static ipa_mzone *mem_type_mzone;
465 lock_mzone(ipa_mzone *mzone) in lock_mzone()
477 unlock_mzone(ipa_mzone *mzone) in unlock_mzone()
1102 ipa_mzone *
1106 ipa_mzone *mzone; in mzone_init()
1136 mzone_deinit_internal(ipa_mzone *mzone) in mzone_deinit_internal()
1184 mzone_deinit(ipa_mzone *mzone) in mzone_deinit()
1203 mzone_alloc(ipa_mzone *mzone) in mzone_alloc()
1437 mzone_nused(ipa_mzone *mzone) in mzone_nused()
2081 ipa_mzone *mzone; in memfunc_deinit_1()
[all …]
H A Dipa_limits.h91 extern ipa_mzone *sublimit_mzone;
197 extern ipa_mzone *limit_mzone;
H A Dipastat_thresholds.h91 extern ipa_mzone *threshold_mzone;
H A Dipastat_limits.h90 extern ipa_mzone *limit_mzone;
H A Dipastat_rules.c66 ipa_mzone *rule_mzone; /* Mzone for all struct rule{}. */
68 ipa_mzone *rulepat_mzone; /* Mzone for all struct rulepat{}. */
H A Dipa_cmd.h170 extern ipa_mzone *cmd_mzone;
H A Dipa_thresholds.h141 extern ipa_mzone *threshold_mzone;
H A Dipa_time.c92 ipa_mzone *tevent_mzone; /* Mzone for all struct tevent{}. */
95 ipa_mzone *tint_mzone; /* Mzone for all struct tint{}. */
98 ipa_mzone *worktime_mzone; /* Mzone for all worktimes. */
H A Dipastat_limits.c59 ipa_mzone *limit_mzone; /* Mzone for struct limit{}. */
H A Dipastat_thresholds.c59 ipa_mzone *threshold_mzone; /* Mzone for struct threshold{}. */
H A Dipa_rules.c70 ipa_mzone *rule_mzone; /* Mzone for all struct rule{}. */
74 ipa_mzone *acg_mzone; /* Mzone for all struct acg{}. */
78 ipa_mzone *rulepat_mzone; /* Mzone for all struct rulepat{}. */
H A Dipa_limits.c75 ipa_mzone *limit_mzone; /* Mzone for all struct limit{}. */
78 ipa_mzone *sublimit_mzone; /* Mzone for all struct sublimit{}. */
H A Dipa_ctl.c108 ipa_mzone *ictl_mzone; /* Mzone for all struct ictl{}. */
126 ipa_mzone *ctl_acl_elem_mzone; /* Mzone for all ctl ACL elements. */
127 ipa_mzone *ctl_acl_class_mzone; /* Mzone for all ctl ACL classes. */
H A Dipa_cmd.c105 ipa_mzone *cmd_mzone;
H A Dipa_thresholds.c82 ipa_mzone *threshold_mzone;
/dports/databases/ipa_sdb/ipa_sdb-1.1.1/src/
H A Dsdb_st_mod.c102 static ipa_mzone *(*mzone_init)(const char *, const char *, unsigned int,
104 static void (*mzone_deinit)(ipa_mzone *);
105 static void *(*mzone_alloc)(ipa_mzone *);
106 static void (*mzone_free)(ipa_mzone *, void *);
107 static unsigned int (*mzone_nused)(ipa_mzone *);
151 static ipa_mzone *limit_mzone; /* Mzone for all limits. */
169 static ipa_mzone *threshold_mzone; /* Mzone for all thresholds. */
200 static ipa_mzone *rule_mzone; /* Mzone for all rules. */
H A Dsdb_db_mod.c106 static ipa_mzone *(*mzone_init)(const char *, const char *, unsigned int,
108 static void (*mzone_deinit)(ipa_mzone *);
109 static void *(*mzone_alloc)(ipa_mzone *);
110 static void (*mzone_free)(ipa_mzone *, void *);
111 static unsigned int (*mzone_nused)(ipa_mzone *);
167 static ipa_mzone *limit_mzone; /* Mzone for all limits. */
194 static ipa_mzone *threshold_mzone; /* Mzone for all thresholds. */
243 static ipa_mzone *rule_mzone; /* Mzone for all rules. */