Home
last modified time | relevance | path

Searched refs:sgp (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c87 return (sgp); in fmd_serd_eng_alloc()
96 free(sgp); in fmd_serd_eng_free()
135 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = ngp) { in fmd_serd_hash_destroy()
152 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) in fmd_serd_hash_apply()
180 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_lookup()
196 for (sgp = *pp; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_delete()
218 sgp->sg_name, (int)sgp->sg_count); in fmd_serd_eng_discard()
240 while (sgp->sg_count >= sgp->sg_n) in fmd_serd_eng_record()
241 fmd_serd_eng_discard(sgp, list_tail(&sgp->sg_list)); in fmd_serd_eng_record()
258 if (sgp->sg_count >= sgp->sg_n && in fmd_serd_eng_record()
[all …]
H A Dfmd_api.c526 fmd_serd_eng_t *sgp; in fmd_serd_reset() local
528 if ((sgp = fmd_serd_eng_lookup(&mp->mod_serds, name)) == NULL) { in fmd_serd_reset()
533 fmd_serd_eng_reset(sgp); in fmd_serd_reset()
542 fmd_serd_eng_t *sgp; in fmd_serd_record() local
545 if ((sgp = fmd_serd_eng_lookup(&mp->mod_serds, name)) == NULL) { in fmd_serd_record()
550 err = fmd_serd_eng_record(sgp, ep->ev_hrt); in fmd_serd_record()
/f-stack/freebsd/vm/
H A Dsg_pager.c118 TAILQ_INIT(&object->un_pager.sgp.sgp_pglist); in sg_pager_alloc()
131 while ((m = TAILQ_FIRST(&object->un_pager.sgp.sgp_pglist)) != 0) { in sg_pager_dealloc()
134 TAILQ_REMOVE(&object->un_pager.sgp.sgp_pglist, m, plinks.q); in sg_pager_dealloc()
196 TAILQ_INSERT_TAIL(&object->un_pager.sgp.sgp_pglist, page, plinks.q); in sg_pager_getpages()
H A Dvm_object.h154 } sgp; member
H A Dvm_map.c4528 vm_size_t init_ssize, sgp; in vm_map_stack_locked() local
4544 sgp = ((curproc->p_flag2 & P2_STKGAP_DISABLE) != 0 || in vm_map_stack_locked()
4547 if (sgp >= max_ssize) in vm_map_stack_locked()
4551 if (max_ssize < init_ssize + sgp) in vm_map_stack_locked()
4552 init_ssize = max_ssize - sgp; in vm_map_stack_locked()
4610 vm_map_entry_pred(new_entry)->next_read = sgp; in vm_map_stack_locked()
4612 vm_map_entry_succ(new_entry)->next_read = sgp; in vm_map_stack_locked()