Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/drivers/char/agp/
Dfrontend.c801 struct agp_region reserve; in agpioc_reserve_wrap() local
806 if (copy_from_user(&reserve, arg, sizeof(struct agp_region))) in agpioc_reserve_wrap()
809 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment)) in agpioc_reserve_wrap()
812 client = agp_find_client_by_pid(reserve.pid); in agpioc_reserve_wrap()
814 if (reserve.seg_count == 0) { in agpioc_reserve_wrap()
816 client_priv = agp_find_private(reserve.pid); in agpioc_reserve_wrap()
826 return agp_remove_client(reserve.pid); in agpioc_reserve_wrap()
830 if (reserve.seg_count >= 16384) in agpioc_reserve_wrap()
833 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap()
839 if (copy_from_user(segment, (void __user *) reserve.seg_list, in agpioc_reserve_wrap()
[all …]
/linux-4.19.296/fs/jffs2/
Dcompr_rubin.c34 unsigned int reserve; member
49 unsigned reserve) in init_pushpull() argument
54 pp->reserve = reserve; in init_pushpull()
59 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve)) in pushbit()
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
/linux-4.19.296/drivers/bluetooth/
Dbtwilink.c130 .reserve = 8,
137 .reserve = 8,
144 .reserve = 8,
/linux-4.19.296/include/linux/
Dmemremap.h22 const unsigned long reserve; member
Dsdla.h211 char reserve[2]; member
Dti_wilink_st.h83 unsigned char reserve; member
Dirqdomain.h116 int (*activate)(struct irq_domain *d, struct irq_data *irqd, bool reserve);
/linux-4.19.296/fs/devpts/
Dinode.c103 int reserve; member
267 opts->reserve = in parse_mount_options()
538 (fsi->mount_opts.reserve ? 0 : pty_reserve))) in devpts_new_index()
/linux-4.19.296/include/scsi/
Dviosrp.h192 struct mad_reserve_cap reserve; member
/linux-4.19.296/include/trace/events/
Dbcache.h446 TP_PROTO(struct cache *ca, unsigned reserve),
447 TP_ARGS(ca, reserve),
458 __entry->free = fifo_used(&ca->free[reserve]);
Dbtrfs.h986 u64 bytes, int reserve),
988 TP_ARGS(fs_info, type, val, bytes, reserve),
994 __field( int, reserve )
1001 __entry->reserve = reserve;
1005 __entry->reserve ? "reserve" : "release",
/linux-4.19.296/fs/quota/
Ddquot.c1711 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space() local
1715 if (reserve) { in __dquot_alloc_space()
1760 if (reserve) in __dquot_alloc_space()
1766 if (reserve) in __dquot_alloc_space()
1913 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space() local
1916 if (reserve) { in __dquot_free_space()
1939 if (reserve) in __dquot_free_space()
1945 if (reserve) in __dquot_free_space()
1951 if (reserve) in __dquot_free_space()
/linux-4.19.296/include/uapi/linux/
Dvirtio_crypto.h441 __u32 reserve; member
/linux-4.19.296/drivers/gpio/
Dgpio-xgene-sb.c142 bool reserve) in xgene_gpio_sb_domain_activate() argument
/linux-4.19.296/drivers/pci/
DKconfig65 Say Y or M here if you want be able to reserve a PCI device
/linux-4.19.296/drivers/misc/ti-st/
Dst_core.c375 st_gdata->list[type]->reserve); in st_int_recv()
/linux-4.19.296/drivers/xen/
DKconfig270 Allow kernel to install stub drivers, to reserve space for Xen drivers,
/linux-4.19.296/drivers/media/radio/wl128x/
Dfmdrv_common.c1506 fm_st_proto.reserve = 1; in fmc_prepare()
/linux-4.19.296/fs/btrfs/
Drelocation.c2582 struct backref_node *node, int reserve) in calcu_metadata_size() argument
2591 BUG_ON(reserve && node->processed); in calcu_metadata_size()
2596 if (next->processed && (reserve || next != node)) in calcu_metadata_size()
Dinode.c55 u64 reserve; member
7758 WARN_ON(dio_data->reserve < len); in btrfs_get_blocks_direct_write()
7759 dio_data->reserve -= len; in btrfs_get_blocks_direct_write()
8716 dio_data.reserve = round_up(count, in btrfs_direct_IO()
8737 if (dio_data.reserve) in btrfs_direct_IO()
8739 offset, dio_data.reserve, true); in btrfs_direct_IO()
/linux-4.19.296/drivers/irqchip/
Dirq-gic-v3-its.c2488 struct irq_data *d, bool reserve) in its_irq_domain_activate() argument
3009 struct irq_data *d, bool reserve) in its_vpe_irq_domain_activate() argument