Home
last modified time | relevance | path

Searched refs:min_type (Results 1 – 14 of 14) sorted by relevance

/linux/tools/verification/rvgen/rvgen/
H A Ddot2c.py65 min_type = "unsigned char"
68 min_type = "unsigned short"
71 min_type = "unsigned int"
76 return min_type
79 min_type = self.get_minimun_type()
84 buff.append("\t%s function[state_max%s][event_max%s];" % (min_type, self.enum_suffix, self.enum_suffix))
85 buff.append("\t%s initial_state;" % min_type)
H A Ddot2k.py123 min_type = self.get_minimun_type()
127 main_c = main_c.replace("%%MIN_TYPE%%", min_type)
/linux/fs/btrfs/
H A Dinode-item.h51 u32 min_type; member
H A Dtree-log.c4594 u64 new_size, u32 min_type) in truncate_inode_items() argument
4599 .min_type = min_type, in truncate_inode_items()
H A Dioctl.c1377 test.type = sk->min_type; in key_in_sk()
1551 key.type = sk->min_type; in search_ioctl()
H A Dfree-space-cache.c302 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate_free_space_cache()
H A Dinode.c5684 .min_type = 0, in btrfs_evict_inode()
7829 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate()
/linux/drivers/scsi/arm/
H A Dpowertec.c133 fasdmadir_t direction, fasdmatype_t min_type) in powertecscsi_dma_setup() argument
140 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
H A Dcumana_2.c159 fasdmadir_t direction, fasdmatype_t min_type) in cumanascsi_2_dma_setup() argument
168 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in cumanascsi_2_dma_setup()
H A Deesox.c160 fasdmadir_t direction, fasdmatype_t min_type) in eesoxscsi_dma_setup() argument
167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in eesoxscsi_dma_setup()
H A Darxescsi.c72 fasdmadir_t direction, fasdmatype_t min_type) in arxescsi_dma_setup() argument
/linux/security/tomoyo/
H A Dcommon.c431 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() local
437 switch (min_type) { in tomoyo_print_number_union_nospace()
451 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
454 min_type = max_type; in tomoyo_print_number_union_nospace()
/linux/include/uapi/linux/
H A Dbtrfs.h551 __u32 min_type; /* in */
550 __u32 min_type; /* in */ global() member
/linux/mm/
H A Dvmscan.c2693 #define min_type(swappiness) (!(swappiness)) macro
2697 min((min_seq)[min_type(swappiness)], (min_seq)[max_type(swappiness)])
2705 for ((type) = min_type(swappiness); (type) <= max_type(swappiness); (type)++)