Searched refs:extra (Results 276 - 300 of 372) sorted by relevance

<<1112131415

/linux-master/drivers/md/bcache/
H A Dbset.h169 unsigned int extra; member in struct:bset_tree
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c639 const unsigned int extra = PAGE_SIZE / sizeof(*new_mt); local
651 /* downsize and extra slack has not grown too large */
655 if (remove < (2u * extra))
660 * allocate another extra page to avoid frequent reallocation.
662 if (rules > extra &&
663 check_add_overflow(rules, extra, &rules_alloc))
1220 * insertion), but the extra space won't be used by any
1230 /* Align &scratch->map (not the struct itself): the extra
/linux-master/scripts/
H A DMakefile.lib99 extra-y := $(addprefix $(obj)/,$(extra-y))
H A Dkernel-doc1196 my $extra = $3;
1200 $newmember .= "$type$name$extra; ";
1202 $newmember .= "$type$id.$name$extra; ";
H A Dsphinx-pre-install567 "rsvg-convert" => "extra/librsvg",
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c1187 int extra)
1196 ret = alloc_mpt_tr(id, extra);
1199 ret = alloc_mtt_tr(id, extra);
1214 ret = alloc_counter_tr(id, extra);
1220 ret = alloc_fs_rule_tr(id, extra);
1279 enum mlx4_resource type, int extra)
1293 res_arr[i] = alloc_tr(base + i, type, slave, extra);
1437 static int remove_ok(struct res_common *res, enum mlx4_resource type, int extra) argument
1449 return remove_mtt_ok((struct res_mtt *)res, extra);
1466 enum mlx4_resource type, int extra)
1186 alloc_tr(u64 id, enum mlx4_resource type, int slave, int extra) argument
1278 add_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, enum mlx4_resource type, int extra) argument
1465 rem_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, enum mlx4_resource type, int extra) argument
[all...]
/linux-master/fs/ceph/
H A Dcaps.c4270 struct cap_extra_info *extra)
4274 ceph_decode_32_safe(p, end, extra->fscrypt_auth_len, bad);
4275 if (extra->fscrypt_auth_len) {
4276 ceph_decode_need(p, end, extra->fscrypt_auth_len, bad);
4277 extra->fscrypt_auth = kmalloc(extra->fscrypt_auth_len,
4279 if (!extra->fscrypt_auth)
4281 ceph_decode_copy_safe(p, end, extra->fscrypt_auth,
4282 extra->fscrypt_auth_len, bad);
4287 ceph_decode_64_safe(p, end, extra
4269 parse_fscrypt_fields(void **p, void *end, struct cap_extra_info *extra) argument
4296 parse_fscrypt_fields(void **p, void *end, struct cap_extra_info *extra) argument
[all...]
/linux-master/sound/core/oss/
H A Dpcm_plugin.c154 size_t extra,
164 plugin = kzalloc(sizeof(*plugin) + extra, GFP_KERNEL);
150 snd_pcm_plugin_build(struct snd_pcm_substream *plug, const char *name, struct snd_pcm_plugin_format *src_format, struct snd_pcm_plugin_format *dst_format, size_t extra, struct snd_pcm_plugin **ret) argument
/linux-master/tools/perf/util/
H A Devent.c487 void *extra, FILE *fp)
489 bool old = *(bool *)extra;
486 text_poke_printer(enum binary_printer_ops op, unsigned int val, void *extra, FILE *fp) argument
/linux-master/drivers/usb/gadget/function/
H A Du_ether.c325 goto extra;
335 extra:
533 * or there's not enough space for extra headers we need
568 * though any robust network rx path ignores extra padding.
/linux-master/drivers/usb/storage/
H A Dusb.c809 us->extra_destructor(us->extra);
812 /* Free the extra data and the URB */
813 kfree(us->extra);
938 * Ask the SCSI layer to allocate a host structure, with extra
/linux-master/sound/usb/
H A Dcard.c244 h1 = snd_usb_find_csint_desc(host_iface->extra,
252 rest_bytes = (void *)(host_iface->extra +
H A Dclock.c48 while ((cs = snd_usb_find_csint_desc(iface->extra, iface->extralen,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dinit.c351 * taken and we have to account for any extra groups assigned
1202 * @extra: How many bytes to alloc past the default
1206 * "extra" is for chip-specific data.
1209 size_t extra)
1214 /* extra is * number of ports */
1215 nports = extra / sizeof(struct hfi1_pportdata);
1217 dd = (struct hfi1_devdata *)rvt_alloc_device(sizeof(*dd) + extra,
1208 hfi1_alloc_devdata(struct pci_dev *pdev, size_t extra) argument
H A Dsdma.c1145 * The auto algorithm computes the sde_per_vl and the number of extra
1146 * engines. Any extra engines are added from the last VL on down.
1162 int extra, sde_per_vl; local
1174 extra = dd->num_sdma % num_vls;
1177 for (i = num_vls - 1; i >= 0; i--, extra--)
1178 vl_engines[i] = sde_per_vl + (extra > 0 ? 1 : 0);
/linux-master/scripts/mod/
H A Dfile2alias.c547 DEF_FIELD(symval, serio_device_id, extra);
553 ADD(alias, "ex", extra != SERIO_ANY, extra);
/linux-master/drivers/nvmem/
H A Dcore.c1603 int i, extra, bit_offset = cell->bit_offset; local
1624 extra = cell->bytes - DIV_ROUND_UP(cell->nbits, BITS_PER_BYTE);
1625 while (--extra >= 0)
1907 * the length of the real data. Throw away the extra junk.
/linux-master/drivers/input/keyboard/
H A Dhil_kbd.c568 .extra = SERIO_ANY,
H A Dlkkbd.c700 .extra = SERIO_ANY,
/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c691 .extra = SERIO_ANY,
/linux-master/drivers/infiniband/hw/irdma/
H A Dhw.c901 unsigned long extra; local
907 extra = newva - va;
908 memptr->va = (u8 *)va + extra;
909 memptr->pa = rf->obj_next.pa + extra;
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h395 __u32 extra[]; member in struct:kvm_xsave
/linux-master/fs/bcachefs/
H A Dbtree_types.h49 u16 extra; member in struct:bset_tree
/linux-master/drivers/acpi/acpica/
H A Daclocal.h887 u8 extra; member in struct:acpi_parse_obj_asl
/linux-master/fs/btrfs/
H A Draid56.c826 struct bio *extra; local
849 extra = bio_list_get(&rbio->bio_list);
853 if (extra)
854 rbio_endio_bio_list(extra, err);
2023 * This is for RAID6 extra recovery tries, thus mirror number should
2052 /* Set the extra bit in error bitmap. */
2786 * the extra read, not a big deal.

Completed in 346 milliseconds

<<1112131415