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

123

/linux-master/net/ceph/
H A Dcrypto.h16 struct ceph_timespec created; member in struct:ceph_crypto_key
H A Dcrypto.c79 if (*p + sizeof(u16) + sizeof(key->created) +
83 ceph_encode_copy(p, &key->created, sizeof(key->created));
93 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad);
95 ceph_decode_copy(p, &key->created, sizeof(key->created));
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile33 $(warning test program "mte" will not be created.)
/linux-master/tools/perf/util/
H A Dthreads.h28 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created);
H A Dthreads.c109 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created) argument
114 *created = false;
126 *created = true;
/linux-master/drivers/gpu/drm/xe/
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/net/sched/
H A Dsch_ingress.c83 bool created; local
91 entry = tcx_entry_fetch_or_create(dev, true, &created);
96 if (created)
248 bool created; local
257 entry = tcx_entry_fetch_or_create(dev, true, &created);
262 if (created)
276 entry = tcx_entry_fetch_or_create(dev, false, &created);
281 if (created)
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c102 unsigned long created; local
108 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen,
115 " created: %10ld\n"
120 gid_buf, created, queuelen,
H A Dipoib_multicast.c61 unsigned long created; member in struct:ipoib_mcast_iter
147 mcast->created = jiffies;
1015 iter->created = mcast->created;
1035 unsigned long *created,
1041 *created = iter->created;
1033 ipoib_mcast_iter_read(struct ipoib_mcast_iter *iter, union ib_gid *mgid, unsigned long *created, unsigned int *queuelen, unsigned int *complete, unsigned int *send_only) argument
/linux-master/include/net/
H A Dtcx.h95 tcx_entry_fetch_or_create(struct net_device *dev, bool ingress, bool *created) argument
99 *created = false;
104 *created = true;
/linux-master/kernel/bpf/
H A Dtcx.c12 bool created, ingress = attr->attach_type == BPF_TCX_INGRESS; local
34 entry = tcx_entry_fetch_or_create(dev, ingress, &created);
49 } else if (created) {
145 bool created, ingress = tcx->location == BPF_TCX_INGRESS; local
151 entry = tcx_entry_fetch_or_create(dev, ingress, &created);
163 } else if (created) {
/linux-master/arch/x86/kvm/mmu/
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/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h40 u32 created:1, /* has this direction been created with alsa? */ member in struct:pcm_info
H A Dpcm.c855 i2sdev->out.created = 0;
856 i2sdev->in.created = 0;
962 if (!i2sdev->out.created && out) {
977 i2sdev->out.created = 1;
980 if (!i2sdev->in.created && in) {
994 i2sdev->in.created = 1;
/linux-master/drivers/mtd/ubi/
H A Dattach.c96 * @created: in value used to inform the caller whether it"s a newly created
105 bool *created)
116 *created = false;
146 *created = true;
156 * @created: whether the volume has been created or not
162 int vol_id, bool *created)
164 return find_or_add_av(ai, vol_id, AV_FIND_OR_ADD, created);
401 bool created; local
103 find_or_add_av(struct ubi_attach_info *ai, int vol_id, unsigned int flags, bool *created) argument
161 ubi_find_or_add_av(struct ubi_attach_info *ai, int vol_id, bool *created) argument
719 bool created; local
735 bool created; local
[all...]
/linux-master/include/trace/events/
H A Dneigh.h35 __field(u8, created)
47 __entry->created = n != NULL;
66 TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %d",
69 __entry->created, __entry->gc_exempt)
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S18 | 2. Unimp (short) fsave state frame created here by fsave
/linux-master/drivers/scsi/be2iscsi/
H A Dbe.h36 bool created; member in struct:be_queue_info
/linux-master/drivers/crypto/ccp/
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/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
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S53 # Entry point for dynamically created TCS page expected to follow
/linux-master/include/kvm/
H A Darm_pmu.h31 bool created; member in struct:kvm_pmu
/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/radeon/
H A Dradeon_vce.c559 bool destroyed = false, created = false, allocated = false; local
594 created = true;
667 if (allocated && !created) {
/linux-master/security/tomoyo/
H A Ddomain.c516 * @transit: True if transit to domain found or created.
527 bool created = false; local
532 * Since namespace is created at runtime, profiles may
533 * not be created by the moment the process transits to
535 * profile for that domain is not yet created.
559 * "use_profile" and "use_group" settings for automatically created
561 * created domains.
580 created = true;
587 if (created) {

Completed in 244 milliseconds

123