Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 245) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dintel.c157 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local
162 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
163 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode()
269 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local
279 if (test_bit(i, owned)) in cmci_discover()
290 clear_bit(i, owned); in cmci_discover()
314 set_bit(i, owned); in cmci_discover()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c556 int owned = 0; in epb_access() local
585 owned = !!(accval & EPB_ACC_GNT); in epb_access()
601 owned = -1; in epb_access()
613 owned = -1; in epb_access()
615 return owned; in epb_access()
661 int owned; in qib_sd7220_reg_mod() local
685 owned = epb_access(dd, sdnum, 1); in qib_sd7220_reg_mod()
686 if (owned < 0) { in qib_sd7220_reg_mod()
752 int owned; in qib_sd7220_ram_xfer() local
779 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]
/OK3568_Linux_fs/docs/licenses/
H A DLICENSE7 …tered trademarks and owned by Rockchip. All the other trademarks or registered trademarks mentione…
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-sysfs.c173 sizeof(cap.owned))) in owned_show()
176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show()
181 static DEVICE_ATTR_RO(owned);
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A DREADME8 files are licensed under the GPL. The portions of them owned by Hans
12 want it to be owned by Hans Reiser, put your copyright label on that
14 All portions of governed files not labeled otherwise are owned by Hans
19 to license code labeled as owned by you on your behalf other than
108 for all salaries from my dayjob I owned all copyrights, and you can't
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c45 Bool owned; member
854 if (priv->owned && priv->bo) in ms_exa_destroy_pixmap()
880 priv->owned = TRUE; in ms_exa_create_pixmap2()
905 struct dumb_bo *bo, Bool owned) in ms_exa_set_pixmap_bo() argument
916 if (priv->owned && priv->bo) in ms_exa_set_pixmap_bo()
923 priv->owned = owned; in ms_exa_set_pixmap_bo()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dptr.inl.hpp94 PtrOwnerImpl(Y* p, D d) : owned(p), deleter(d) in PtrOwnerImpl()
99 deleter(owned); in deleteSelf()
104 Y* owned; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dptr.inl.hpp94 PtrOwnerImpl(Y* p, D d) : owned(p), deleter(d) in PtrOwnerImpl()
99 deleter(owned); in deleteSelf()
104 Y* owned; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dptr.inl.hpp94 PtrOwnerImpl(Y* p, D d) : owned(p), deleter(d) in PtrOwnerImpl()
99 deleter(owned); in deleteSelf()
104 Y* owned; member
/OK3568_Linux_fs/kernel/usr/
H A DKconfig40 If INITRAMFS_SOURCE points to a directory, files owned by this UID
41 (-1 = current user) will be owned by root in the resulting image.
50 If INITRAMFS_SOURCE points to a directory, files owned by this GID
51 (-1 = current group) will be owned by root in the resulting image.
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drt-mutex-design.rst47 grab lock L1 (owned by C)
65 process blocks on a lock owned by the current process. To make this easier
68 This time, when A blocks on the lock owned by C, C would inherit the priority
209 a tree of all top waiters of the mutexes that are owned by the process.
211 blocked on mutexes owned by the process.
214 is waiting on a mutex that is owned by the task. So if the task has
305 mutex is not owned, this owner is set to NULL. Since all architectures
357 priority process that is waiting any of mutexes owned by the task. Since
372 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio
376 always contains the highest priority task that is waiting on a mutex owned
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzdata.c1045 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue() local
1047 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_decompress_queue()
1051 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()
1054 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1056 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1057 owned = READ_ONCE(pcl->next); in z_erofs_decompress_queue()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
/OK3568_Linux_fs/buildroot/package/dcron/
H A DConfig.in20 group, while crontab executable is owned by root:crontab
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/
H A D0001-Makefile-Use-cp-options-to-preserve-file-mode.patch7 openh264: /usr/lib/libopenh264.so is owned by uid 1000, which is the same as the user running bitba…
/OK3568_Linux_fs/buildroot/package/openrc/
H A D0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch10 On gentoo /run/lock is owned by uucp group because of historical
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-device-permission-tables.txt8 or device nodes. For example, certain files may need to be owned by
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A Dmpich218 …roduct, or process disclosed, or represents that its use would not infringe privately owned rights.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DunRAR11 owned by the author - Alexander Roshal.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c365 !(BIT(asyh->crc.wndw) & asyh->wndw.owned)) { in nv50_crc_atomic_check_head()
366 if (!asyh->wndw.owned) { in nv50_crc_atomic_check_head()
379 asyh->crc.wndw = ffs(asyh->wndw.owned) - 1; in nv50_crc_atomic_check_head()
/OK3568_Linux_fs/external/chromium/licenses/
H A Dlicense.txt11 owned by the author - Alexander Roshal.
H A DLICENSE.3329 Code generated by the Protocol Buffer compiler is owned by the owner
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/licenses/
H A DLLNL16 …rocess disclosed, or represents that its use would not infringe privately-owned rights. Reference …
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h99 int owned; member
1594 if (sk->sk_lock.owned) { in sock_release_ownership()
1595 sk->sk_lock.owned = 0; in sock_release_ownership()
1611 sk->sk_lock.owned = 0; \
1687 return sk->sk_lock.owned; in sock_owned_by_user()
1692 return sk->sk_lock.owned; in sock_owned_by_user_nocheck()
1700 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
/OK3568_Linux_fs/buildroot/package/libcap/
H A D0001-libcap-Makefile-don-t-overwrite-empty-when-generatin.patch21 is done as root, since loader.txt becomes owned by root in that case.

12345678910