Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 101) sorted by relevance

12345

/linux-4.19.296/drivers/xen/
Dpci.c59 struct physdev_pci_device_add add; in xen_add_device() member
62 .add.seg = pci_domain_nr(pci_dev->bus), in xen_add_device()
63 .add.bus = pci_dev->bus->number, in xen_add_device()
64 .add.devfn = pci_dev->devfn in xen_add_device()
66 struct physdev_pci_device_add *add = &add_ext.add; in xen_add_device() local
74 add->flags = XEN_PCI_DEV_VIRTFN; in xen_add_device()
75 add->physfn.bus = physfn->bus->number; in xen_add_device()
76 add->physfn.devfn = physfn->devfn; in xen_add_device()
80 add->flags = XEN_PCI_DEV_EXTFN; in xen_add_device()
109 add->optarr[0] = pxm; in xen_add_device()
[all …]
Dgntdev.c136 struct gntdev_grant_map *add; in gntdev_alloc_map() local
139 add = kzalloc(sizeof(*add), GFP_KERNEL); in gntdev_alloc_map()
140 if (NULL == add) in gntdev_alloc_map()
143 add->grants = kcalloc(count, sizeof(add->grants[0]), GFP_KERNEL); in gntdev_alloc_map()
144 add->map_ops = kcalloc(count, sizeof(add->map_ops[0]), GFP_KERNEL); in gntdev_alloc_map()
145 add->unmap_ops = kcalloc(count, sizeof(add->unmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map()
146 add->kmap_ops = kcalloc(count, sizeof(add->kmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map()
147 add->kunmap_ops = kcalloc(count, sizeof(add->kunmap_ops[0]), GFP_KERNEL); in gntdev_alloc_map()
148 add->pages = kcalloc(count, sizeof(add->pages[0]), GFP_KERNEL); in gntdev_alloc_map()
149 add->being_removed = in gntdev_alloc_map()
[all …]
Dgntdev-common.h94 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add);
Dxen-acpi-pad.c153 .add = acpi_pad_add,
/linux-4.19.296/include/asm-generic/
Datomic-long.h72 ATOMIC_LONG_ADD_SUB_OP(add,)
73 ATOMIC_LONG_ADD_SUB_OP(add, _relaxed)
74 ATOMIC_LONG_ADD_SUB_OP(add, _acquire)
75 ATOMIC_LONG_ADD_SUB_OP(add, _release)
142 ATOMIC_LONG_FETCH_OP(add, )
143 ATOMIC_LONG_FETCH_OP(add, _relaxed) in ATOMIC_LONG_FETCH_OP() argument
144 ATOMIC_LONG_FETCH_OP(add, _acquire) in ATOMIC_LONG_FETCH_OP()
145 ATOMIC_LONG_FETCH_OP(add, _release) in ATOMIC_LONG_FETCH_OP()
198 ATOMIC_LONG_OP(add)
Datomic.h118 ATOMIC_OP_RETURN(add, +)
126 ATOMIC_FETCH_OP(add, +)
Datomic64.h38 ATOMIC64_OPS(add)
/linux-4.19.296/fs/ntfs/
Dsysctl.h30 extern int ntfs_sysctl(int add);
35 static inline int ntfs_sysctl(int add) in ntfs_sysctl() argument
Dsysctl.c67 int ntfs_sysctl(int add) in ntfs_sysctl() argument
69 if (add) { in ntfs_sysctl()
/linux-4.19.296/include/linux/
Dvmw_vmci_defs.h778 size_t add, in vmci_qp_add_pointer() argument
783 if (new_val >= size - add) in vmci_qp_add_pointer()
786 new_val += add; in vmci_qp_add_pointer()
817 size_t add, in vmci_q_header_add_producer_tail() argument
820 vmci_qp_add_pointer(&q_header->producer_tail, add, queue_size); in vmci_q_header_add_producer_tail()
829 size_t add, in vmci_q_header_add_consumer_head() argument
832 vmci_qp_add_pointer(&q_header->consumer_head, add, queue_size); in vmci_q_header_add_consumer_head()
Dextable.h21 const struct exception_table_entry *search_exception_tables(unsigned long add);
/linux-4.19.296/drivers/s390/cio/
Dblacklist.c43 typedef enum {add, free} range_action; enumerator
63 if (action == add) in blacklist_range()
163 if (ra == add) in blacklist_parse_parameters()
166 ra = add; in blacklist_parse_parameters()
230 if (blacklist_parse_parameters(str, add, 1)) in blacklist_setup()
267 rc = blacklist_parse_parameters(buf, add, 0); in blacklist_parse_proc_parameters()
/linux-4.19.296/drivers/of/unittest-data/
Doverlay_base.dts8 * Do not add any properties in node "/".
9 * Do not add any nodes other than "/testcase-data-2" in node "/".
10 * Do not add anything that would result in dtc creating node "/__fixups__".
/linux-4.19.296/drivers/memory/
Dti-emif-sram-pm.S122 add r4, r2, #EMIF_EXT_PHY_CTRL_VALS_OFFSET
123 add r3, r0, #EMIF_EXT_PHY_CTRL_1
127 add r5, r5, #0x4
219 add r3, r2, #EMIF_EXT_PHY_CTRL_VALS_OFFSET
220 add r4, r0, #EMIF_EXT_PHY_CTRL_1
224 add r5, r5, #0x4
/linux-4.19.296/drivers/xen/xen-pciback/
Dpciback.h108 int (*add)(struct xen_pcibk_device *pdev, struct pci_dev *dev, member
124 if (xen_pcibk_backend && xen_pcibk_backend->add) in xen_pcibk_add_pci_dev()
125 return xen_pcibk_backend->add(pdev, dev, devid, publish_cb); in xen_pcibk_add_pci_dev()
/linux-4.19.296/fs/ext4/
Dresize.c1735 ext4_fsblk_t o_blocks_count, ext4_grpblk_t add) in ext4_group_extend_no_check() argument
1758 ext4_blocks_count_set(es, o_blocks_count + add); in ext4_group_extend_no_check()
1759 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + add); in ext4_group_extend_no_check()
1761 o_blocks_count + add); in ext4_group_extend_no_check()
1763 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check()
1768 o_blocks_count + add); in ext4_group_extend_no_check()
1799 ext4_grpblk_t add; in ext4_group_extend() local
1836 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()
1838 if (o_blocks_count + add < o_blocks_count) { in ext4_group_extend()
1843 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
[all …]
/linux-4.19.296/lib/
Datomic64_test.c118 TEST(, add, +=, onestwos); in test_atomic()
119 TEST(, add, +=, -one); in test_atomic()
170 TEST(64, add, +=, onestwos); in test_atomic64()
171 TEST(64, add, +=, -one); in test_atomic64()
/linux-4.19.296/drivers/s390/net/
Dqeth_l3.h128 int qeth_l3_modify_hsuid(struct qeth_card *card, bool add);
129 int qeth_l3_modify_rxip_vipa(struct qeth_card *card, bool add, const u8 *ip,
/linux-4.19.296/include/linux/qed/
Dqede_rdma.h61 struct qedr_dev* (*add)(struct qed_dev *, struct pci_dev *, member
/linux-4.19.296/include/drm/
Ddrm_hashtab.h56 unsigned long add);
/linux-4.19.296/fs/exofs/
DKconfig.ore4 # for every ORE user we do it like this. Any user should add itself here
/linux-4.19.296/include/uapi/linux/
Drds.h359 __u64 add; member
368 __u64 add; member
/linux-4.19.296/include/media/
Dv4l2-event.h53 int (*add)(struct v4l2_subscribed_event *sev, unsigned int elems); member
/linux-4.19.296/include/linux/mlx4/
Ddriver.h58 void * (*add) (struct mlx4_dev *dev); member
/linux-4.19.296/drivers/virt/vboxguest/
DKconfig6 Virtual Box virtual machines. Enabling this driver will add

12345