Searched refs:created (Results 1 - 25 of 64) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S346 | busy frame was created as the result of an exception on the final
H A Dkernel_ex.S9 | situation needs to be created on return from the FPSP.
H A Dx_unimp.S18 | 2. Unimp (short) fsave state frame created here by fsave
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1166 # (a Trace stack frame must be created here, too). If an FP exception #
2448 # status-longword. These are created within this handler. #
3982 # exception stack frame is created from the current frame and an exit #
3984 # a Trace exception frame is created from the current frame and a jump #
3990 # is created from the current stack frame and an exit is made through #
13436 # gets an EXOP created for it since it's an underflow. #
20188 # created. #
H A Dilsp.S291 # In the general case, four quotient words would be created by
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h215 u_char created[32]; /* what port is created */ member in struct:hfc_multi
/linux-master/drivers/scsi/be2iscsi/
H A Dbe.h36 bool created; member in struct:be_queue_info
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c822 if (!vcpu->arch.pmu.created)
875 vcpu->arch.pmu.created = true;
990 if (vcpu->arch.pmu.created)
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2280 bool created = false; local
2286 created = true;
2290 trace_kvm_mmu_get_page(sp, created);
3783 * were made now versus when the memslot was created.
6206 * No obsolete valid page exists before a newly created page
H A Dmmutrace.h159 TP_PROTO(struct kvm_mmu_page *sp, bool created),
160 TP_ARGS(sp, created),
164 __field(bool, created)
169 __entry->created = created;
173 __entry->created ? "new" : "existing")
/linux-master/drivers/android/
H A Dbinder.c784 "%d:%d node %d u%016llx c%016llx created\n",
1414 * Another thread created the ref first so
2337 * This is used for the pointer fixup list (pf) which is created and consumed
2357 * This is used for the sg copy list (sgc) which is created and consumed
6277 int created = atomic_read(&stats->obj_created[i]); local
6280 if (created || deleted)
6284 created - deleted,
6285 created);
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.h249 struct list_head created; member in struct:ccp_dma_chan
H A Dccp-dmaengine.c100 ccp_free_desc_resources(chan->ccp, &chan->created);
465 list_add_tail(&desc->entry, &chan->created);
628 ccp_free_desc_resources(chan->ccp, &chan->created);
739 INIT_LIST_HEAD(&chan->created);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c743 uint32_t created = 0; local
841 created |= 1 << session_idx;
946 if (allocated & ~created) {
980 uint32_t created = 0; local
1007 created |= 1 << session_idx;
1037 if (allocated & ~created) {
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c2345 bool created = false, send_link_addr = false, changed = false; local
2353 created = true;
2366 created = true;
2398 if (created) {
2410 if (old_ddps != port->ddps || !created) {
2430 * If this port wasn't just created, then we're reprobing because
2434 if (!created && port->pdt == DP_PEER_DEVICE_MST_BRANCHING &&
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h274 * All VMA created for this object are placed in the @vma.tree
307 * @client: @i915_drm_client which created the object
387 * In the meantime platform specific tables are created to translate
409 * the use of @cache_coherent is limited to the objects created by kernel
492 * the use of @cache_dirty is limited to the objects created by kernel
699 bool created:1; member in struct:drm_i915_gem_object::__anon630
703 * Record which PXP key instance this object was created against (if
H A Di915_gem_ttm.c1029 GEM_BUG_ON(!obj->ttm.created);
1247 if (obj->ttm.created) {
1326 * destructor until obj->ttm.created is true.
1347 obj->ttm.created = true;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vce.c559 bool destroyed = false, created = false, allocated = false; local
594 created = true;
667 if (allocated && !created) {
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.h94 bool created; member in struct:virtio_gpu_object
H A Dvirtgpu_object.c91 if (bo->created) {
H A Dvirtgpu_vq.c514 bo->created = true;
864 /* Entry was found, so free everything that was just created. */
1010 bo->created = true;
1267 bo->created = true;
H A Dvirtgpu_vram.c13 if (bo->created) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c974 xe_assert(xe_bo_device(bo), !(bo->created && kref_read(&ttm_bo->base.refcount)));
1174 * created is needed before the call to __xe_bo_create_locked().
1319 bo->created = true;
1577 * @tile: Tile where the new buffer will be created
H A Dxe_bo_types.h51 * @client: @xe_drm_client which created the bo
61 /** @created: Whether the bo has passed initial creation */
62 bool created; member in struct:xe_bo
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h138 bool created; member in struct:ocrdma_queue_info

Completed in 550 milliseconds

123