Home
last modified time | relevance | path

Searched refs:free_head (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Ddcache.c154 struct dcache_block *free_head; member
197 dcache->free_head = 0; in dcache_invalidate()
204 if (!dcache->free_head) in dcache_invalidate()
205 dcache->free_head = db; in dcache_invalidate()
390 db = dcache->free_head; in dcache_alloc()
393 dcache->free_head = db->p; in dcache_alloc()
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dcmd.c395 BUG_ON(cmd->free_head < 0); in mlx4_comm_cmd_wait()
396 context = &cmd->context[cmd->free_head]; in mlx4_comm_cmd_wait()
398 cmd->free_head = context->next; in mlx4_comm_cmd_wait()
425 context->next = cmd->free_head; in mlx4_comm_cmd_wait()
426 cmd->free_head = context - cmd->context; in mlx4_comm_cmd_wait()
720 BUG_ON(cmd->free_head < 0); in mlx4_cmd_wait()
721 context = &cmd->context[cmd->free_head]; in mlx4_cmd_wait()
723 cmd->free_head = context->next; in mlx4_cmd_wait()
781 context->next = cmd->free_head; in mlx4_cmd_wait()
782 cmd->free_head = context - cmd->context; in mlx4_cmd_wait()
[all …]
Dmlx4.h603 int free_head; member
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_cmd.c379 BUG_ON(dev->cmd.free_head < 0); in mthca_cmd_wait()
380 context = &dev->cmd.context[dev->cmd.free_head]; in mthca_cmd_wait()
382 dev->cmd.free_head = context->next; in mthca_cmd_wait()
413 context->next = dev->cmd.free_head; in mthca_cmd_wait()
414 dev->cmd.free_head = context - dev->cmd.context; in mthca_cmd_wait()
530 dev->cmd.free_head = 0; in mthca_cmd_use_events()
Dmthca_dev.h127 int free_head; member
/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-pow.h1051 …uint64_t free_head : 11; /**< - when free_val is set, indicates the first entry on the … member
1069 uint64_t free_head : 11;
Dcvmx-pow.c420 dump->sindexload[0][0].sindexload0.free_head, in __cvmx_pow_display_v1()