Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 27) sorted by relevance

12

/kernel/liteos_a/kernel/base/ipc/
Dlos_sem_debug.c83 TSK_ENTRY_FUNC creator; /* The task entry who created this sem */ member
113 VOID OsSemDbgUpdate(UINT32 semID, TSK_ENTRY_FUNC creator, UINT16 count) in OsSemDbgUpdate() argument
116 semDebug->creator = creator; in OsSemDbgUpdate()
148 if ((semNode.semStat != OS_SEM_USED) || (semDebug.creator == NULL)) { in OsSemSort()
152 semNode.semCount, semDebug.creator, semDebug.lastAccessTime); in OsSemSort()
173 if ((semNode->semStat == OS_SEM_USED) && (semDebug->creator != NULL)) { in OsSemInfoGetFullData()
193 if ((semNode->semStat != OS_SEM_USED) || (semDebug->creator == NULL)) { in OsSemInfoGetFullData()
Dlos_queue_debug.c43 TSK_ENTRY_FUNC creator; /* The task entry who created this queue */ member
77 queueDebug->creator = entry; in OsQueueDbgUpdate()
95 node->creator, node->lastAccessTime); in OsQueueOpsOutput()
152 ((queueNode.queueState == OS_QUEUE_INUSED) && (queueDebugNode.creator == NULL))) { in OsQueueCheck()
/kernel/liteos_a/kernel/base/include/
Dlos_sem_debug_pri.h64 extern VOID OsSemDbgUpdate(UINT32 semID, TSK_ENTRY_FUNC creator, UINT16 count);
65 STATIC INLINE VOID OsSemDbgUpdateHook(UINT32 semID, TSK_ENTRY_FUNC creator, UINT16 count) in OsSemDbgUpdateHook() argument
68 OsSemDbgUpdate(semID, creator, count); in OsSemDbgUpdateHook()
/kernel/linux/linux-5.10/fs/hfsplus/
Doptions.c54 opts->creator = HFSPLUS_DEF_CR_TYPE; in hfsplus_fill_defaults()
116 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options()
225 if (sbi->creator != HFSPLUS_DEF_CR_TYPE) in hfsplus_show_options()
226 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); in hfsplus_show_options()
DKconfig13 data forks and creator codes, but it also has several UNIX
Dhfsplus_fs.h180 u32 creator; member
Dcatalog.c153 cpu_to_be32(sbi->creator); in hfsplus_cat_build_record()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dhfsplus.rst17 creator=cccc, type=cccc
18 Specifies the creator/type values as shown by the MacOS finder
Dhfs.rst24 creator=cccc, type=cccc
25 Specifies the creator/type values as shown by the MacOS finder
Dext2.rst37 nogrpid, sysvgroups New objects have the group ID of their creator.
Dproc.rst1103 caller information of the creator, and optional information depending
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-ibft31 identification of the creator of the table which is useful in
/kernel/linux/linux-5.10/ipc/
Dshm.c244 struct task_struct *creator; in shm_clist_rm() local
258 creator = shp->shm_creator; in shm_clist_rm()
260 task_lock(creator); in shm_clist_rm()
266 task_unlock(creator); in shm_clist_rm()
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Drdma.rst53 always owned by the creator cgroup css. This allows process migration from one
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_iscsi.h263 pid_t creator; member
/kernel/linux/linux-5.10/fs/cifs/
Dtransport.c80 temp->creator = current; in AllocMidQEntry()
163 put_task_struct(midEntry->creator); in _cifs_mid_q_entry_release()
Dsmb2transport.c732 temp->creator = current; in smb2_mid_entry_alloc()
Dcifsglob.h1609 struct task_struct *creator; member
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dinodes.rst315 The ``osd1`` field has multiple meanings depending on the creator:
366 The ``osd2`` field has multiple meanings depending on the filesystem creator:
Dsuper.rst525 The filesystem creator is one of the following:
/kernel/linux/linux-5.10/net/mac80211/
Dibss.c223 bool creator) in __ieee80211_sta_join_ibss() argument
363 sdata->vif.bss_conf.ibss_creator = creator; in __ieee80211_sta_join_ibss()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_iscsi.c2046 session->creator = -1; in iscsi_alloc_session()
2915 session->creator = pid; in iscsi_if_create_session()
4360 return sysfs_emit(buf, "%d\n", session->creator); in show_priv_session_creator()
4362 static ISCSI_CLASS_ATTR(priv_sess, creator, S_IRUGO, show_priv_session_creator,
/kernel/linux/linux-5.10/Documentation/process/
Dapplying-patches.rst188 This can also happen if the creator of the patch reversed the source and
/kernel/linux/linux-5.10/Documentation/powerpc/
Dhvcs.rst421 1. The creator of the /dev/hvcs* nodes has the ability to restrict
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dext4.rst261 New objects have the group ID of their creator.

12