Searched refs:owned (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c164 struct task_struct *owned; local
166 owned = bpf_task_acquire(task);
167 if (!owned)
170 bpf_task_release(owned); /* this one is OK, we acquired it locally */
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c37 * disables CMCI on all banks owned by the cpu and clears this bitfield. At
40 * owned by the offlined cpu.
177 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); local
179 if (test_bit(bank, owned))
188 /* Already owned by someone else? */
190 clear_bit(bank, owned);
304 * all the CMCI owned banks.
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c556 int owned = 0; local
585 owned = !!(accval & EPB_ACC_GNT);
601 owned = -1;
613 owned = -1;
615 return owned;
661 int owned; local
685 owned = epb_access(dd, sdnum, 1);
686 if (owned < 0) {
751 int owned; local
778 owned
[all...]
/linux-master/drivers/char/tpm/
H A Dtpm-sysfs.c173 sizeof(cap.owned)))
176 rc = sprintf(buf, "%d\n", cap.owned);
181 static DEVICE_ATTR_RO(owned);
H A Dtpm.h127 __u8 owned; member in union:__anon62
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h24 u32 owned; member in struct:nv50_head_atom::__anon886
H A Dheadc37d.c280 asyh->wndw.owned |= BIT(i);
/linux-master/fs/erofs/
H A Dzdata.c1337 z_erofs_next_pcluster_t owned = io->head; local
1339 while (owned != Z_EROFS_PCLUSTER_TAIL) {
1340 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL);
1342 be.pcl = container_of(owned, struct z_erofs_pcluster, next);
1343 owned = READ_ONCE(be.pcl->next);
/linux-master/include/net/
H A Dsock.h85 int owned; member in struct:__anon124
561 * managed/owned by a BPF reuseport array. This bit should be set
1653 sk->sk_lock.owned = 0; \
1696 * sk_lock.slock locked, owned = 0, BH disabled
1700 * sk_lock.slock unlocked, owned = 1, BH enabled
1774 return sk->sk_lock.owned;
1779 return sk->sk_lock.owned;
1785 sk->sk_lock.owned = 0;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c823 /* If devid is VFIO_PCI_DEVID_NOT_OWNED, clear owned flag. */
2514 bool owned; local
2530 * considered owned by the input iommufd_ctx as the device
2531 * cannot be owned by another iommufd_ctx when its iommu_group
2532 * is owned.
2540 owned = (devid > 0 || devid == -ENOENT);
2542 owned = vfio_dev_in_groups(&cur_vma->vdev, groups);
2545 if (!owned) {
/linux-master/net/core/
H A Dsock.c3541 sk->sk_lock.owned = 1;
3588 sk->sk_lock.owned = 1;

Completed in 335 milliseconds