Searched defs:allocated (Results 1 - 16 of 16) sorted by relevance

/drivers/media/video/uvc/
H A Duvc_queue.c227 * Check if buffers have been allocated.
231 int allocated; local
234 allocated = vb2_is_busy(&queue->queue);
237 return allocated;
/drivers/scsi/isci/
H A Drequest.h71 allocated = 0x01, enumerator in enum:isci_request_status
/drivers/lguest/
H A Dpage_tables.c354 * number in the shadow PGD is the page we just allocated.
391 * number in the shadow PMD is the page we just allocated.
690 /* If it's never been allocated at all before, try now. */
965 int allocated = 0; local
968 cpu->cpu_pgd = new_pgdir(cpu, 0, &allocated);
969 if (!allocated)
/drivers/scsi/
H A Dsun3_NCR5380.c302 * place where tags/LUNs are allocated. So no other allocation can slip
312 /* For the m68k, the number of bits in 'allocated' must be a multiple of 32! */
318 char allocated[MAX_TAGS/8]; member in struct:__anon4994
337 memset( &ta->allocated, 0, MAX_TAGS/8 );
391 TAG_PRINTK( "scsi%d: target %d lun %d now allocated by untagged "
397 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
398 set_bit( cmd->tag, &ta->allocated );
427 clear_bit( cmd->tag, &ta->allocated );
446 memset( &ta->allocated, 0, MAX_TAGS/8 );
/drivers/usb/gadget/
H A Du_serial.c625 int *allocated)
633 if (allocated)
634 (*allocated)--;
640 int *allocated)
644 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE;
656 if (allocated)
657 (*allocated)++;
1167 * This is called to free all resources allocated by @gserial_setup().
624 gs_free_requests(struct usb_ep *ep, struct list_head *head, int *allocated) argument
638 gs_alloc_requests(struct usb_ep *ep, struct list_head *head, void (*fn)(struct usb_ep *, struct usb_request *), int *allocated) argument
/drivers/block/mtip32xx/
H A Dmtip32xx.h373 * been allocated. i.e. the slot is in use. Bits are cleared
383 unsigned long allocated[SLOTBITS_IN_LONGS]; member in struct:mtip_port
419 * One structure is allocated per probed device.
/drivers/dma/
H A Dcoh901318.c62 int allocated; member in struct:coh901318_chan
735 * If the channel is not allocated, then we shouldn't have
738 if (!cohc->allocated) {
910 cohc->allocated = 1;
933 cohc->allocated = 0;
1104 /* initiate allocated lli list */
/drivers/media/video/zoran/
H A Dzoran.h208 u8 allocated; /* Flag if buffers are allocated */ member in struct:zoran_buffer_col
/drivers/staging/comedi/drivers/addi-data/
H A Daddi_common.h356 unsigned char allocated; /* we have blocked card */ member in struct:addi_private
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspapi-ioctl.h84 u32 __user *allocated; member in struct:trapped_args::__anon5486
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h449 int allocated; member in struct:mlx4_en_priv
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c405 * __vxge_hw_channel_free - Free memory allocated for channel
992 * Returns the vpath mask that has the bits set for each vpath allocated
2566 * has a space allocated for item's private usage upon
2623 * never shrink. Pool consists of number of dynamically allocated blocks
2640 u32 allocated; local
2716 &allocated);
3515 * Adaptative memory allocation used. i.e. Memory allocated on
3519 * During "reserve" operations more memory can be allocated on demand
/drivers/staging/zcache/
H A Dzcache-main.c66 bool allocated; member in struct:zcache_client
983 if (cli->allocated)
985 cli->allocated = 1;
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c383 static void set_fw_name(struct myri10ge_priv *mgp, char *name, bool allocated) argument
388 mgp->fw_name_allocated = allocated;
2130 /* If not allocated, skip it */
/drivers/staging/ramster/
H A Dzcache-main.c127 bool allocated; member in struct:zcache_client
1447 if (cli->allocated)
1449 cli->allocated = 1;
2131 * been allocated for it locally (note, only happens for
2832 if (!cli->allocated) {
/drivers/staging/slicoss/
H A Dslic.h428 uint allocated; member in struct:adapter

Completed in 450 milliseconds