Searched defs:ptree (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dpctrie.h123 pctrie_init(struct pctrie *ptree) argument
130 pctrie_is_empty(struct pctrie *ptree) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_pctrie.c85 pctrie_node_get(struct pctrie *ptree, pctrie_alloc_t allocfn, uint64_t owner, argument
104 pctrie_node_put(struct pctrie *ptree, struct pctrie_node *node, argument
148 pctrie_getroot(struct pctrie *ptree) argument
158 pctrie_setroot(struct pctrie *ptree, struct pctrie_node *node) argument
235 pctrie_reclaim_allnodes_int(struct pctrie *ptree, struct pctrie_node *node, argument
279 pctrie_insert(struct pctrie *ptree, uint64_t *val, pctrie_alloc_t allocfn) argument
351 pctrie_lookup(struct pctrie *ptree, uint64_t index) argument
377 pctrie_lookup_ge(struct pctrie *ptree, uint64_t index) argument
488 pctrie_lookup_le(struct pctrie *ptree, uint64_t index) argument
602 pctrie_remove(struct pctrie *ptree, uint64_t index, pctrie_free_t freefn) argument
658 pctrie_reclaim_allnodes(struct pctrie *ptree, pctrie_free_t freefn) argument
[all...]
H A Dvfs_subr.c432 buf_trie_alloc(struct pctrie *ptree) argument
439 buf_trie_free(struct pctrie *ptree, void *node) argument
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c144 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, argument
730 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, argument
/freebsd-11-stable/contrib/gcc/
H A Dipa-prop.c190 ipa_method_tree_map (struct cgraph_node *mt, tree ptree) argument
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c409 swblk_trie_alloc(struct pctrie *ptree) argument
417 swblk_trie_free(struct pctrie *ptree, void *node) argument
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c447 config_tree *ptree; local
535 dump_config_tree( config_tree *ptree, FILE *df, int comment ) argument
3233 config_nic_rules( config_tree *ptree, int input_from_file ) argument
4818 config_ntpd( config_tree *ptree, int input_from_files ) argument
5034 config_tree *ptree; local
[all...]

Completed in 123 milliseconds