Searched refs:created (Results 26 - 50 of 64) sorted by relevance

123

/linux-master/include/linux/ceph/
H A Dosdmap.h173 struct ceph_timespec created, modified; member in struct:ceph_osdmap
H A Dceph_fs.h443 __le32 stripe_unit; /* layout for newly created file */
900 __le64 created; /* snap: when created */ member in struct:ceph_mds_snap_realm
/linux-master/net/ceph/
H A Dceph_common.c162 if (opt1->key->created.tv_sec != opt2->key->created.tv_sec)
164 if (opt1->key->created.tv_nsec != opt2->key->created.tv_nsec)
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c91 if (bo->created) {
H A Dvirtgpu_vram.c13 if (bo->created) {
H A Dvirtgpu_drv.h94 bool created; member in struct:virtio_gpu_object
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;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h169 unsigned long created; member in struct:ipoib_mcast
573 unsigned long *created,
/linux-master/fs/ceph/
H A Dsnap.c20 * whether a write logically occurs before or after a recently created
33 * explicitly created on that realm, as well as any snaps in its
248 * that this does not include realms who were created but not yet
832 realm->created = le64_to_cpu(ri->created);
1101 * created after our new realm, we experienced
1106 if (ci->i_snap_realm->created >
1107 le64_to_cpu(ri->created)) {
1163 /* we took a reference when we created the realm, above */
/linux-master/drivers/gpu/drm/i915/gem/
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/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/drivers/scsi/be2iscsi/
H A Dbe_cmds.c769 eq->created = true;
831 cq->created = true;
893 mccq->created = true;
1042 dq->created = true;
1070 * @ulp_num: ULP on which the WRBQ is to be created
1107 wrbq->created = true;
1322 * The resources are created based on the count received here.
H A Dbe_main.c3508 if (q->created) {
3514 if (q->created) {
3657 if (q->created)
3667 if (q->created)
3671 if (q->created)
3680 if (q->created) {
3693 if (q->created) {
3721 "BM_%d : EQ not created\n");
3739 "BM_%d : CQ not created\n");
3754 "BM_%d : Default Header not created fo
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S9 | situation needs to be created on return from the FPSP.
H A Dgen_except.S346 | busy frame was created as the result of an exception on the final
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h138 bool created; member in struct:ocrdma_queue_info
H A Docrdma_hw.c429 q->created = false;
455 eq->q.created = true;
495 if (eq->q.created) {
550 cq->created = true;
599 mq->created = true;
651 if (mbxq->created) {
658 if (cq->created) {
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.h249 struct list_head created; member in struct:ccp_dma_chan
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c847 if (!mccq->created)
862 return adapter->mcc_obj.q.created;
1035 eqo->q.created = true;
1219 cq->created = true;
1294 mccq->created = true;
1338 mccq->created = true;
1401 txq->created = true;
1442 rxq->created = true;
1498 q->created = false;
1525 q->created
[all...]
H A Dbe_main.c2941 if (eqo->q.created) {
2997 if (q->created)
3002 if (q->created)
3007 /* Must be called only after TX qs are created as MCC shares TX EQ */
3048 if (q->created)
3053 if (q->created)
3099 dev_info(&adapter->pdev->dev, "created %d TX queue(s)\n",
3112 if (q->created)
3156 "created %d RX queue(s)\n", adapter->num_rx_qs);
3573 if (q->created) {
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1138 printk(KERN_ERR PFX "vn ports cannot be created on"
2119 uint i, created = 0; local
2153 created, vpid.port_name, vpid.node_name);
2159 created++;
2164 return created;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c96 * If multiple bits are set, multiple virtual card fragments are created.
109 * If no bits are set on bmask, no B-channel is created for that fragment.
1814 if (!hc->created[hc->chan[ch].port])
2393 if (hc->created[hc->chan[ch].port]) {
2414 if (hc->ctype == HFC_TYPE_E1 && hc->created[0]) {
2611 if (((!dch) && (!bch)) || (!hc->created[hc->chan[ch].port])) {
4515 if (hc->created[pt]) {
4516 hc->created[pt] = 0;
4836 hc->created[pt] = 1;
4953 hc->created[p
[all...]
H A Dhfc_multi.h215 u_char created[32]; /* what port is created */ member in struct:hfc_multi
/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/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

Completed in 873 milliseconds

123