• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/kern/

Lines Matching refs:NULL

93 	mcache_llock_owner = NULL;			\
127 { 1, 4096, 32768, NULL },
128 { 3, 2048, 16384, NULL },
129 { 7, 1024, 12288, NULL },
130 { 15, 256, 8192, NULL },
131 { 31, 64, 4096, NULL },
132 { 47, 0, 2048, NULL },
133 { 63, 0, 1024, NULL },
134 { 95, 0, 512, NULL },
135 { 143, 0, 256, NULL },
136 { 165, 0, 0, NULL },
193 if (mcache_zone == NULL)
236 mcache_slab_free, mcache_slab_audit, NULL, NULL, flags, 1, wait));
263 mcache_t *cp = NULL;
269 /* If auditing is on and print buffer is NULL, allocate it now */
270 if ((flags & MCF_AUDIT) && mca_dump_buf == NULL) {
274 if (mca_dump_buf == NULL)
275 return (NULL);
283 if (buf == NULL)
343 PAGE_SIZE, cp->mc_name)) == NULL)
402 mcache_update_timeout(NULL);
412 if (buf != NULL)
414 return (NULL);
432 ASSERT(list != NULL);
433 *list = NULL;
465 *list = NULL;
499 bkt = mcache_bkt_alloc(cp, &cp->mc_full, NULL);
500 if (bkt != NULL) {
501 if (ccp->cc_pfilled != NULL)
552 while (*o != NULL) {
564 if ((cp->mc_flags & MCF_AUDIT) && cp->mc_slab_audit != NULL)
611 if (cp->mc_slab_notify != NULL)
666 ((mcache_obj_t *)buf)->obj_next = NULL;
682 if ((cp->mc_flags & MCF_AUDIT) && cp->mc_slab_audit != NULL)
701 list->obj_next = (ccp->cc_objs == 0) ? NULL :
706 if ((list = nlist) != NULL)
741 if (bkt != NULL) {
742 if (ccp->cc_pfilled != NULL)
760 if (bkt != NULL) {
816 cp->mc_slab_alloc = NULL;
817 cp->mc_slab_free = NULL;
818 cp->mc_slab_audit = NULL;
838 * if (cp->mc_slab_zone != NULL) {
840 * cp->mc_slab_zone = NULL;
865 *list = NULL;
881 if (buf == NULL)
917 (*list)->obj_next = NULL;
952 list->obj_next = NULL;
964 mcache_audit_free_verify(NULL, base, offset, rsize);
973 if ((list = nlist) == NULL)
997 while (list != NULL) {
1013 mcache_audit_free_verify_set(NULL, base, offset, rsize);
1025 ASSERT((ccp->cc_filled == NULL && ccp->cc_objs == -1) ||
1053 if ((bkt = blp->bl_list) != NULL) {
1060 if (btp != NULL)
1124 ccp->cc_filled = NULL;
1125 ccp->cc_pfilled = NULL;
1132 if (bp != NULL)
1134 if (pbp != NULL)
1168 while (o != NULL) {
1215 (bkt = mcache_bkt_alloc(cp, &cp->mc_full, &btp)) != NULL)
1220 (bkt = mcache_bkt_alloc(cp, &cp->mc_empty, &btp)) != NULL)
1362 timeout(mcache_update, NULL, mcache_reap_interval);
1369 mcache_dispatch(mcache_update_timeout, NULL);
1387 ASSERT(func != NULL);
1430 return (NULL);
1451 return (NULL);
1470 (caddr_t)base, size)) != NULL) {
1494 MCACHE_UNINITIALIZED_PATTERN, (caddr_t)base, size)) != NULL) {
1507 if (mca_dump_buf == NULL)
1508 return (NULL);
1542 if (mca == NULL) {