Searched refs:in_use (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/usr/drivers/ioat_dma/
H A Dioat_mgr_service.c17 uint8_t in_use; member in struct:ioat_dev_handle
66 assert(dev->in_use == 0);
71 dev->in_use = 1;
83 handle->in_use = 0;
/barrelfish-master/include/ahci/
H A Dahci_util.h37 bool in_use; member in struct:ahci_command_slot
/barrelfish-master/usr/bcached/
H A Dmain.c39 bool in_use; member in struct:lru_queue
210 if(e->in_use) {
225 e->in_use = true;
/barrelfish-master/lib/ahci/
H A Dahci_util.c32 if (!port->command_slots[i].in_use) {
87 port->command_slots[command_slot].in_use = true;
H A Dahci.c231 if (!port_info->command_slots[i].in_use || (ci & (1<<i))) {
236 AHCI_DEBUG("freeing command table for slot %d (in_use=%d): %p\n",
237 i, port_info->command_slots[i].in_use,
244 port_info->command_slots[i].in_use = false;
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_aep.c111 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use);
525 int to_return = 0, in_use; local
534 rv = aep_close_all_connections(0, &in_use);
540 if (in_use)
1016 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use) argument
1021 *in_use = 0;
1035 (*in_use)++;
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net3.pl33 % in_use(NodeId, Block) -- Subset of accepted ranges that has been allocated
41 state_valid([in_use(_,_) | As]) :- state_valid(As).
999 in_use(DRAM_ID, Region),
1089 state_add(S5, in_use(["OUT", "PROC0" | Id], [memory, [block{base:0, limit: Limit}]]), NewS).
1101 findall(X, state_query(S, in_use(NodeId, X)), UsedBlockLi),
1161 state_add(S, in_use(NodeId, [Kind, UsedBlock]), NewS).
1172 state_add(S, in_use(NodeId, Blocks), NewS).
1176 state_remove(S, in_use(NodeId, [memory, [block{base: Base}]]), NewS).
H A Ddecoding_net3_multid.pl30 % in_use(NodeId, Block) -- Subset of accepted ranges that has been allocated
38 state_valid([in_use(_,_) | As]) :- state_valid(As).
942 in_use(DRAM_ID, Region),
1008 state_add(S5, in_use(["OUT", "PROC0" | Id], [memory, [block{base:0, limit: Limit}]]), NewS).
1020 findall(X, state_query(S, in_use(NodeId, X)), UsedBlockLi),
1083 state_add(S, in_use(NodeId, [Kind, UsedBlockLi]), NewS).
1094 state_add(S, in_use(NodeId, Blocks), NewS).
1098 state_remove(S, in_use(NodeId, [memory, [block{base: Base}]]), NewS).
/barrelfish-master/doc/015-disk-driver-arch/
H A Dlibahci.tex185 \lstinline+in_use+ in libahci but which has the corresponding bit in the

Completed in 111 milliseconds