Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/kernel/liteos_a/compat/posix/src/
Dpthread.c171 LosTaskCB *taskCB, _pthread_data *created) in SetPthreadDataAttr() argument
173 created->attr = *userAttr; in SetPthreadDataAttr()
174 created->id = threadID; in SetPthreadDataAttr()
175 created->task = taskCB; in SetPthreadDataAttr()
176 created->state = (userAttr->detachstate == PTHREAD_CREATE_JOINABLE) ? in SetPthreadDataAttr()
179 created->cancelstate = PTHREAD_CANCEL_ENABLE; in SetPthreadDataAttr()
180 created->canceltype = PTHREAD_CANCEL_DEFERRED; in SetPthreadDataAttr()
181 created->cancelbuffer = NULL; in SetPthreadDataAttr()
182 created->canceled = 0; in SetPthreadDataAttr()
183 created->freestack = 0; /* no use default : 0 */ in SetPthreadDataAttr()
[all …]
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/
Dpci-endpoint-cfs.rst39 entries corresponding to EPF driver will be created by the EPF core.
55 (These entries are created by the framework when any new <EPF Device> is
56 created)
76 entries corresponding to EPC device will be created by the EPC core.
90 <EPF Device>. These symbolic links should be created by the user to
96 all the EPF devices are created and linked with the EPC device.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-vfio-mdev9 Each supported type is a directory whose name is created
41 devices sysfs entries which are created of this <type-id>.
48 devices of type <type-id> that can be created. This is a
53 the number of available instances could be created before
69 mediated device that will get created of type <type-id>.
81 mediated device that will get created of type <type-id>.
102 directory of which this mediated device is created.
Dconfigfs-rdma_cm12 for this HCA has to be created:
28 will be created with this TOS as default.
Dsysfs-class-rtrs-server6 directory entry with the name of that session is created in here.
12 Description: When new path is created by writing to "add_path" entry on client side,
13 a directory entry named as <source address>@<destination address> is created
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dnet-add-if.rst36 ULE) and the interface number for the new interface to be created. When
38 created.
41 filled with the number of the created interface.
Dnet-get-if.rst13 NET_GET_IF - Read the configuration data of an interface created via - :ref:`NET_ADD_IF <net>`.
38 created yet with :ref:`NET_ADD_IF <net>`, it will return -1 and fill
/kernel/linux/linux-5.10/net/ceph/
Dcrypto.c79 if (*p + sizeof(u16) + sizeof(key->created) + in ceph_crypto_key_encode()
83 ceph_encode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_encode()
93 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad); in ceph_crypto_key_decode()
95 ceph_decode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_decode()
/kernel/linux/linux-5.10/Documentation/leds/
Duleds.rst12 When the driver is loaded, a character device is created at /dev/uleds. To
22 A new LED class device will be created with the name given. The name can be
34 Multiple LED class devices are created by opening additional file handles to
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Dbinding.rst63 A symlink is created in the bus's 'devices' directory that points to
66 A symlink is created in the driver's 'devices' directory that points
69 A directory for the device is created in the class's directory. A
70 symlink is created in that directory that points to the device's
73 A symlink can be created (though this isn't done yet) in the device's
75 top-level directory. One can also be created to point to its driver's
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmutrace.h152 TP_PROTO(struct kvm_mmu_page *sp, bool created),
153 TP_ARGS(sp, created),
157 __field(bool, created)
162 __entry->created = created;
166 __entry->created ? "new" : "existing")
/kernel/linux/linux-5.10/Documentation/filesystems/
Defivarfs.rst7 The efivarfs filesystem was created to address the shortcomings of
14 Variables can be created, deleted and modified with the efivarfs
23 files that are not well-known standardized variables are created
Ddebugfs.rst39 created in the debugfs root. On success, the return value is a struct
58 the return value will be a dentry pointer to the created file,
76 created with any of::
154 any code which does so in the mainline. Note that all files created with
198 of its elements. Note: Once array is created its size can not be changed.
226 Symbolic links can be created with debugfs_create_symlink().
229 there is no automatic cleanup of any directories created in debugfs. If a
242 pointer for every debugfs file they created so that all files could be
Dhpfs.rst71 well. If you create 'a. ...', the file 'a' will be created, but you can still
84 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only
86 options are created. Once created, the extended attributes are never deleted,
93 special 4-byte extended attribute "DEV" will be created containing the device
118 file has a pointer to codepage its name is in. However OS/2 was created in
121 Once I booted English OS/2 working in cp 850 and I created a file on my 852
126 really what IBM developers wanted? But problems continued. When I created in
193 Old versions of this driver created sometimes unbalanced dnode trees. OS/2
198 probably because of directories created with old version of this driver.
201 whole created by this driver, it is BUG - let me know about it.
[all …]
Dsharedsubtree.rst385 which is clone of 'A', is created. Its root dentry is 'a' . 'C' is
387 are created and mounted at the dentry 'b' on all mounts where 'B'
389 created. This propagation tree is identical to the propagation tree of
394 which is clone of 'A', is created. Its root dentry is 'a'. 'C' is
396 are created and mounted at the dentry 'b' on all mounts where 'B'
402 mount 'C' which is clone of 'A', is created. Its root dentry is 'a' .
404 'C3' ... are created and mounted at the dentry 'b' on all mounts where
406 'C','C1',.. 'Cn' is created. This propagation tree is identical to the
415 unbindable) mount. A new mount 'C' which is clone of 'A', is created.
419 which is a clone of 'A' is created. Its root dentry is 'a'. 'C' is
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dfacebook-bmc-flash-layout.dtsi34 * Although the master partition can be created by enabling
36 * explicitly created to avoid breaking legacy applications.
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c102 unsigned long created; in ipoib_mcg_seq_show() local
108 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen, in ipoib_mcg_seq_show()
120 gid_buf, created, queuelen, in ipoib_mcg_seq_show()
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_vtpm_proxy.rst36 as well as the major and minor numbers of the character device that was created.
38 example ``/dev/tpm10`` was created, the number (``dev_num``) 10 is returned.
40 Once the device has been created, the driver will immediately try to talk
/kernel/linux/linux-5.10/Documentation/devicetree/
Doverlay-notes.rst18 in an active device should have it created while if the device node is either
81 As a result of the overlay, a new device node (bar) has been created
83 is loaded the device will be created as expected.
115 previously created via the call to of_overlay_fdt_apply(). Removal of an
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Duser.rst25 the user in the user namespace who created the object and
29 who created user namespaces the creation of the object happens
33 This recursive counting of created objects ensures that creating a
/kernel/linux/linux-5.10/Documentation/usb/
Dgadget_configfs.rst62 For each gadget to be created its corresponding directory must be created::
82 In order to have a place to store them, a strings subdirectory must be created
97 directories must be created:
110 Each configuration also needs its strings, so a subdirectory must be created
127 directory must be created::
148 At this moment a number of gadgets is created, each of which has a number of
354 a number of its default sub-groups created automatically.
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/
Dvfio.rst11 Only one VFIO instance may be created per VM. The created device
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Dmlx5.rst36 steering entities are created and managed through firmware.
38 steering entities are created and manage through the driver without
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/st/
Dst,quadfs.txt27 an empty string then no clock will be created for the
29 4 strings are provided then no clocks will be created
/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dattach.c105 bool *created) in find_or_add_av() argument
116 *created = false; in find_or_add_av()
146 *created = true; in find_or_add_av()
162 int vol_id, bool *created) in ubi_find_or_add_av() argument
164 return find_or_add_av(ai, vol_id, AV_FIND_OR_ADD, created); in ubi_find_or_add_av()
401 bool created; in add_volume() local
405 av = ubi_find_or_add_av(ai, vol_id, &created); in add_volume()
406 if (IS_ERR(av) || !created) in add_volume()
719 bool created; in ubi_add_av() local
721 return find_or_add_av(ai, vol_id, AV_ADD, &created); in ubi_add_av()
[all …]

12345678910>>...27