Searched refs:min_type (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | dot2c.py | 97 min_type = "unsigned char" 100 min_type = "unsigned short" 103 min_type = "unsigned int" 108 return min_type 111 min_type = self.get_minimun_type() 118 buff.append(f"\t{min_type} function[state_max{self.enum_suffix}][event_max{self.enum_suffix}];") 119 buff.append(f"\t{min_type} initial_state;")
|
| H A D | dot2k.py | 154 min_type = self.get_minimun_type() 158 main_c = main_c.replace("%%MIN_TYPE%%", min_type)
|
| /linux/fs/btrfs/ |
| H A D | inode-item.h | 51 u32 min_type; member
|
| H A D | tree-log.c | 4598 u64 new_size, u32 min_type) in truncate_inode_items() argument 4603 .min_type = min_type, in truncate_inode_items()
|
| H A D | ioctl.c | 1377 test.type = sk->min_type; in key_in_sk() 1551 key.type = sk->min_type; in search_ioctl()
|
| H A D | free-space-cache.c | 302 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate_free_space_cache()
|
| H A D | inode.c | 5698 .min_type = 0, in btrfs_evict_inode() 7843 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate()
|
| /linux/drivers/scsi/arm/ |
| H A D | powertec.c | 133 fasdmadir_t direction, fasdmatype_t min_type) in powertecscsi_dma_setup() argument 140 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
|
| H A D | cumana_2.c | 159 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 D | eesox.c | 160 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 D | arxescsi.c | 72 fasdmadir_t direction, fasdmatype_t min_type) in arxescsi_dma_setup() argument
|
| /linux/security/tomoyo/ |
| H A D | common.c | 431 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()
|