Home
last modified time | relevance | path

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

/freebsd-12-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-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_cmd.c349 BUG_ON(cmd->free_head < 0); in mlx4_comm_cmd_wait()
350 context = &cmd->context[cmd->free_head]; in mlx4_comm_cmd_wait()
352 cmd->free_head = context->next; in mlx4_comm_cmd_wait()
399 context->next = cmd->free_head; in mlx4_comm_cmd_wait()
400 cmd->free_head = context - cmd->context; in mlx4_comm_cmd_wait()
695 BUG_ON(cmd->free_head < 0); in mlx4_cmd_wait()
696 context = &cmd->context[cmd->free_head]; in mlx4_cmd_wait()
698 cmd->free_head = context->next; in mlx4_cmd_wait()
772 context->next = cmd->free_head; in mlx4_cmd_wait()
773 cmd->free_head = context - cmd->context; in mlx4_cmd_wait()
[all …]
Dmlx4.h627 int free_head; member
/freebsd-12-stable/sys/dev/mthca/
Dmthca_cmd.c422 BUG_ON(dev->cmd.free_head < 0); in mthca_cmd_wait()
423 context = &dev->cmd.context[dev->cmd.free_head]; in mthca_cmd_wait()
425 dev->cmd.free_head = context->next; in mthca_cmd_wait()
457 context->next = dev->cmd.free_head; in mthca_cmd_wait()
458 dev->cmd.free_head = context - dev->cmd.context; in mthca_cmd_wait()
571 dev->cmd.free_head = 0; in mthca_cmd_use_events()
Dmthca_dev.h129 int free_head; member
/freebsd-12-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()