/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-sst-utils.c | 24 u32 alloc : 1; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 412 } alloc; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 412 } alloc; member
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 917 if (reg1->alloc & (0x1 << i)) in snbep_cbox_put_constraint() 920 reg1->alloc = 0; in snbep_cbox_put_constraint() 929 int i, alloc = 0; in __snbep_cbox_get_constraint() local 940 if (!uncore_box_is_fake(box) && (reg1->alloc & (0x1 << i))) in __snbep_cbox_get_constraint() 949 alloc |= (0x1 << i); in __snbep_cbox_get_constraint() 959 reg1->alloc |= alloc; in __snbep_cbox_get_constraint() 964 if (alloc & (0x1 << i)) in __snbep_cbox_get_constraint() 1066 (!uncore_box_is_fake(box) && reg1->alloc)) in snbep_pcu_get_constraint() 1092 reg1->alloc in snbep_pcu_get_constraint() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 568 enum track_item alloc) in get_track() 574 return p + alloc; in get_track() 578 enum track_item alloc, unsigned long addr) in set_track() 580 struct track *p = get_track(s, object, alloc); in set_track() 1029 int alloc) in trace() 1034 alloc ? "alloc" : "free", in trace() 1038 if (!alloc) in trace() 1104 /* Object debug checks for alloc/free paths */ 1772 * Try a lower order alloc i in allocate_slab() 567 get_track(struct kmem_cache *s, void *object, enum track_item alloc) get_track() argument 577 set_track(struct kmem_cache *s, void *object, enum track_item alloc, unsigned long addr) set_track() argument 1028 trace(struct kmem_cache *s, struct page *page, void *object, int alloc) trace() argument 4718 process_slab(struct loc_track *t, struct kmem_cache *s, struct page *page, enum track_item alloc) process_slab() argument 4732 list_locations(struct kmem_cache *s, char *buf, enum track_item alloc) list_locations() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 939 if (reg1->alloc & (0x1 << i)) in snbep_cbox_put_constraint() 942 reg1->alloc = 0; in snbep_cbox_put_constraint() 951 int i, alloc = 0; in __snbep_cbox_get_constraint() local 962 if (!uncore_box_is_fake(box) && (reg1->alloc & (0x1 << i))) in __snbep_cbox_get_constraint() 971 alloc |= (0x1 << i); in __snbep_cbox_get_constraint() 981 reg1->alloc |= alloc; in __snbep_cbox_get_constraint() 986 if (alloc & (0x1 << i)) in __snbep_cbox_get_constraint() 1088 (!uncore_box_is_fake(box) && reg1->alloc)) in snbep_pcu_get_constraint() 1114 reg1->alloc in snbep_pcu_get_constraint() [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 217 rec.alloc.ar_startblock = cpu_to_be32(bno); in xfs_alloc_update() 218 rec.alloc.ar_blockcount = cpu_to_be32(len); in xfs_alloc_update() 241 *bno = be32_to_cpu(rec->alloc.ar_startblock); in xfs_alloc_get_rec() 242 *len = be32_to_cpu(rec->alloc.ar_blockcount); in xfs_alloc_get_rec() 742 xfs_agblock_t bno; /* alloc bno */ 743 xfs_extlen_t len; /* alloc len */ 2949 * Read in the allocation group header (free/alloc section). 2976 * Read in the allocation group header (free/alloc section). 3339 irec.ar_startblock = be32_to_cpu(rec->alloc.ar_startblock); in xfs_alloc_query_range_helper() 3340 irec.ar_blockcount = be32_to_cpu(rec->alloc in xfs_alloc_query_range_helper() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 162 void *ptr, *alloc, *end; in ccs_read_all_limits() local 169 alloc = kzalloc(ccs_limit_offsets[CCS_L_LAST].lim, GFP_KERNEL); in ccs_read_all_limits() 170 if (!alloc) in ccs_read_all_limits() 173 end = alloc + ccs_limit_offsets[CCS_L_LAST].lim; in ccs_read_all_limits() 175 for (i = 0, l = 0, ptr = alloc; ccs_limits[i].size; i++) { in ccs_read_all_limits() 215 ptr = alloc + ccs_limit_offsets[l].lim; in ccs_read_all_limits() 225 sensor->ccs_limits = alloc; in ccs_read_all_limits() 233 kfree(alloc); in ccs_read_all_limits()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 173 void *(*alloc) (unsigned long)); 176 * wrappers for header alloc (vs. calling one vs. other at call site) 258 void *(*alloc) (unsigned long)) in init_unwind_hdr() 317 header = alloc(hdrSize); in init_unwind_hdr()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 173 void *(*alloc) (unsigned long)); 176 * wrappers for header alloc (vs. calling one vs. other at call site) 254 void *(*alloc) (unsigned long)) in init_unwind_hdr() 313 header = alloc(hdrSize); in init_unwind_hdr()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | memory.c | 66 num_pgs = (args->alloc.mem_size + (page_size - 1)) >> page_shift; in alloc_device_memory() 1170 if (args->in.alloc.mem_size == 0) { in mem_ioctl_no_mmu() 1172 "alloc size must be larger than 0\n"); in mem_ioctl_no_mmu() 1240 dev_err(hdev->dev, "DRAM alloc is not supported\n"); in hl_mem_ioctl() 1245 if (args->in.alloc.mem_size == 0) { in hl_mem_ioctl() 1247 "alloc size must be larger than 0\n"); in hl_mem_ioctl()
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_bin.c | 137 size_t alloc; /* Length of data (can be zero) */ member 1072 if (getb.alloc > 0x10000000) /* Want to cast to u32 */ in mon_bin_ioctl() 1076 getb.data, (unsigned int)getb.alloc); in mon_bin_ioctl()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lowcomms.c | 176 static struct connection *nodeid2con(int nodeid, gfp_t alloc) in nodeid2con() argument 182 if (con || !alloc) in nodeid2con() 185 con = kzalloc(sizeof(*con), alloc); in nodeid2con()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | irqdomain.c | 1239 * as such from its .alloc() callback. 1451 if (!domain->ops->alloc) { in irq_domain_alloc_irqs_hierarchy() 1452 pr_debug("domain->ops->alloc() is NULL\n"); in irq_domain_alloc_irqs_hierarchy() 1456 return domain->ops->alloc(domain, irq_base, nr_irqs, arg); in irq_domain_alloc_irqs_hierarchy() 1567 * @arg: Passed to the irq_domain_ops alloc() function. 1587 * calls to struct irq_domain_ops->alloc(), which could lead in irq_domain_push_irq() 1850 /* Hierarchy irq_domains must implement callback alloc() */ in irq_domain_check_hierarchy() 1851 if (domain->ops->alloc) in irq_domain_check_hierarchy()
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A D | mon_bin.c | 137 size_t alloc; /* Length of data (can be zero) */ member 1075 if (getb.alloc > 0x10000000) /* Want to cast to u32 */ in mon_bin_ioctl() 1079 getb.data, (unsigned int)getb.alloc); in mon_bin_ioctl()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | irqdomain.c | 1246 * as such from its .alloc() callback. 1460 if (!domain->ops->alloc) { in irq_domain_alloc_irqs_hierarchy() 1461 pr_debug("domain->ops->alloc() is NULL\n"); in irq_domain_alloc_irqs_hierarchy() 1465 return domain->ops->alloc(domain, irq_base, nr_irqs, arg); in irq_domain_alloc_irqs_hierarchy() 1582 * @arg: Passed to the irq_domain_ops alloc() function. 1602 * calls to struct irq_domain_ops->alloc(), which could lead in irq_domain_push_irq() 1863 /* Hierarchy irq_domains must implement callback alloc() */ in irq_domain_check_hierarchy() 1864 if (domain->ops->alloc) in irq_domain_check_hierarchy()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 547 static void its_encode_alloc(struct its_cmd_block *cmd, bool alloc) in its_encode_alloc() argument 549 its_mask_encode(&cmd->raw_cmd[0], alloc, 8, 8); in its_encode_alloc() 784 bool alloc; in its_build_vmapp_cmd() local 792 alloc = !atomic_dec_return(&desc->its_vmapp_cmd.vpe->vmapp_count); in its_build_vmapp_cmd() 793 its_encode_alloc(cmd, alloc); in its_build_vmapp_cmd() 811 alloc = !atomic_fetch_inc(&desc->its_vmapp_cmd.vpe->vmapp_count); in its_build_vmapp_cmd() 813 its_encode_alloc(cmd, alloc); in its_build_vmapp_cmd() 815 /* We can only signal PTZ when alloc==1. Why do we have two bits? */ in its_build_vmapp_cmd() 816 its_encode_ptz(cmd, alloc); in its_build_vmapp_cmd() 2072 pr_debug("ITS: alloc in alloc_lpi_range() [all...] |
H A D | irq-stm32-exti.c | 404 .alloc = stm32_exti_alloc, 823 .alloc = stm32_exti_h_domain_alloc,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 229 FilterL2capChannelConnInfo *l2capInfo = MEM_MALLOC.alloc(sizeof(FilterL2capChannelConnInfo)); in AddL2capConnection() 271 AclConnInfo *info = MEM_MALLOC.alloc(sizeof(AclConnInfo)); in AddAclConnection()
|
H A D | btm_sco.c | 89 BtmScoConnection *connection = MEM_MALLOC.alloc(sizeof(BtmScoConnection)); in BtmAllocScoConnection() 105 BtmScoCallbacksBlock *block = MEM_MALLOC.alloc(sizeof(BtmScoCallbacksBlock)); in BtmAllocScoCallbacksBlock()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_receive.c | 71 SMP_RecvDataTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_RecvDataTask_t)); in SMP_ReceiveData() 112 SMP_DisconnectedTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_DisconnectedTask_t)); in SMP_Disconnected()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | copy_user.S | 22 #define ALLOC #alloc 363 .section .fixup,#alloc,#execinstr
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_memfree.c | 611 goto alloc; in mthca_alloc_db() 626 alloc: in mthca_alloc_db()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu_v2.c | 153 u32 pasid, bool alloc) in __get_pasid_state_ptr() 170 if (!alloc) in __get_pasid_state_ptr() 152 __get_pasid_state_ptr(struct device_state *dev_state, u32 pasid, bool alloc) __get_pasid_state_ptr() argument
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_transport.c | 782 err = ft->alloc ? ft->alloc(netdev) : -ENODEV; in fcoe_ctlr_create_store()
|