Searched defs:heap_mask (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h47 unsigned int heap_mask; member in struct:ion_allocation_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h92 unsigned int heap_mask; member in struct:ion_allocation_data
/hardware/ti/omap4-aah/ion/
H A Dion_test.c22 int heap_mask = 1; variable
238 {"heap_mask", required_argument, 0, 'h'},
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h145 * @heap_mask: mask of heaps this client can allocate from
149 unsigned int heap_mask, const char *name);
155 * heap_mask and name are the same as ion_client_create, return values
159 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
177 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
187 size_t align, unsigned int heap_mask,
391 unsigned int heap_mask, const char *name)
396 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask, argument
406 unsigned int heap_mask,
506 * @heap_mask
390 ion_client_create(struct ion_device *dev, unsigned int heap_mask, const char *name) argument
404 ion_alloc(struct ion_client *client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
[all...]

Completed in 104 milliseconds