| /dragonfly/sys/dev/drm/ |
| HD | linux_hrtimer.c | 59 lwkt_token_init(&timer->timer_token, "timer token"); in hrtimer_init()
|
| /dragonfly/sys/vfs/ntfs/ |
| HD | ntfs_ihash.c | 69 lwkt_token_init(&ntfs_nthash_slock, "ntfsihash"); in ntfs_nthashinit()
|
| /dragonfly/sys/kern/ |
| HD | init_main.c | 168 lwkt_token_init(&proc0.p_token, "iproc"); in mi_proc0init() 176 lwkt_token_init(&lwp0.lwp_token, "lwp_token"); in mi_proc0init() 403 lwkt_token_init(&pgrp0.pg_token, "pgrp0"); in proc0_init()
|
| HD | sys_pipe.c | 422 lwkt_token_init(&pipe->bufferA.rlock, "piper"); in pipe_create() 423 lwkt_token_init(&pipe->bufferA.wlock, "pipew"); in pipe_create() 424 lwkt_token_init(&pipe->bufferB.rlock, "piper"); in pipe_create() 425 lwkt_token_init(&pipe->bufferB.wlock, "pipew"); in pipe_create()
|
| HD | vfs_mount.c | 156 lwkt_token_init(&mountlist_token, "mntlist"); in vfs_mount_init() 157 lwkt_token_init(&mntid_token, "mntid"); in vfs_mount_init() 377 lwkt_token_init(&mp->mnt_token, "permnt"); in mount_init()
|
| HD | subr_kobj.c | 54 lwkt_token_init(&kobj_token, "kobj"); in kobj_init_token()
|
| HD | lwkt_token.c | 902 lwkt_token_init(&pool_tokens[i].token, "pool"); in lwkt_token_pool_init() 915 lwkt_token_init(lwkt_token_t tok, const char *desc) in lwkt_token_init() function
|
| HD | subr_rman.c | 94 lwkt_token_init(&rman_tok, "rman"); in rman_init() 106 lwkt_token_init(rm->rm_slock, "rmanslock"); in rman_init()
|
| HD | kern_mpipe.c | 106 lwkt_token_init(&mpipe->token, "mpipe token"); in mpipe_init()
|
| HD | kern_fork.c | 471 lwkt_token_init(&p2->p_token, "proc"); in fork1() 752 lwkt_token_init(&lp2->lwp_token, "lwp_token"); in lwp_fork1()
|
| HD | subr_disk.c | 1551 lwkt_token_init(&disklist_token, "disks"); in disk_init() 1552 lwkt_token_init(&ds_token, "ds"); in disk_init()
|
| HD | vfs_sync.c | 320 lwkt_token_init(&ctx->sc_token, "syncer"); in vn_syncer_thr_create()
|
| /dragonfly/sys/libkern/ |
| HD | linux_idr.c | 63 #define lwkt_token_init(a, b) macro 574 lwkt_token_init(&idp->idr_token, "idr token"); in idr_init()
|
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_hash.c | 67 lwkt_token_init(&hpfs_hphash_token, "hpfsihash"); in hpfs_hphashinit()
|
| HD | hpfs_vfsops.c | 504 lwkt_token_init(&hp->h_interlock, "hpfsilock"); in hpfs_vget()
|
| /dragonfly/sys/vfs/ext2fs/ |
| HD | ext2_ihash.c | 67 lwkt_token_init(&ext2_ihash_token, "ext2ihash"); in ext2_ihashinit()
|
| /dragonfly/sys/sys/ |
| HD | thread.h | 499 void lwkt_token_init(lwkt_token_t, const char *);
|
| /dragonfly/sys/netgraph7/netgraph/ |
| HD | ng_base.c | 639 lwkt_token_init(&node->nd_token, type->name); in ng_make_node_common() 2764 lwkt_token_init(&ng_typelist_token, "ng typelist"); in ngb_mod_event() 2765 lwkt_token_init(&ng_idhash_token, "ng idhash"); in ngb_mod_event() 2766 lwkt_token_init(&ng_namehash_token, "ng namehash"); in ngb_mod_event() 2767 lwkt_token_init(&ng_topo_token, "ng topology"); in ngb_mod_event()
|
| /dragonfly/sys/dev/virtual/hyperv/vmbus/ |
| HD | vmbus.c | 433 lwkt_token_init(&mhc->mhc_free_token, "msghcf"); in vmbus_msghc_ctx_create() 434 lwkt_token_init(&mhc->mhc_active_token, "msghca"); in vmbus_msghc_ctx_create()
|
| /dragonfly/sys/vfs/isofs/cd9660/ |
| HD | cd9660_node.c | 87 lwkt_token_init(&cd9660_ihash_token, "cd9660ihash"); in cd9660_init()
|
| /dragonfly/sys/dev/disk/dm/delay/ |
| HD | dm_target_delay.c | 149 lwkt_token_init(&di->token, "dmdlthr"); in _init()
|
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_vfsops.c | 530 lwkt_token_init(&hmp->fs_token, "hammerfs"); in hammer_vfs_mount() 531 lwkt_token_init(&hmp->io_token, "hammerio"); in hammer_vfs_mount()
|
| /dragonfly/sys/dev/disk/md/ |
| HD | md.c | 409 lwkt_token_init(&sc->tok, "md"); in mdcreate()
|
| /dragonfly/sys/vm/ |
| HD | vm_object.c | 395 lwkt_token_init(&object->token, ident); in _vm_object_allocate() 451 lwkt_token_init(&vm_object_hash[i].token, "vmobjlst"); in vm_object_init1()
|
| /dragonfly/sys/vfs/msdosfs/ |
| HD | msdosfs_denode.c | 106 lwkt_token_init(&dehash_token, "msdosihash"); in msdosfs_init()
|