Searched refs:secsize (Results 1 - 6 of 6) sorted by relevance

/linux-master/block/partitions/
H A Dmac.c38 unsigned secsize, datasize, partoffset; local
54 secsize = be16_to_cpu(md->block_size);
56 datasize = round_down(secsize, 512);
60 partoffset = secsize % 512;
79 int pos = slot * secsize;
88 be32_to_cpu(part->start_block) * (secsize/512),
89 be32_to_cpu(part->block_count) * (secsize/512));
/linux-master/drivers/bluetooth/
H A Dbtmtk.c40 __le32 secsize; member in struct:btmtk_section_map
/linux-master/kernel/module/
H A Dinternal.h115 char *module_next_tag_pair(char *string, unsigned long *secsize);
H A Dmain.c1013 char *module_next_tag_pair(char *string, unsigned long *secsize) argument
1018 if ((*secsize)-- <= 1)
1025 if ((*secsize)-- <= 1)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c818 size_t secsize; local
827 secsize = btf__resolve_size(btf, type_id);
828 ASSERT_EQ(secsize, 0, "verify section size");
/linux-master/scripts/mod/
H A Dmodpost.c658 static char *next_string(char *string, unsigned long *secsize) argument
663 if ((*secsize)-- <= 1)
670 if ((*secsize)-- <= 1)

Completed in 380 milliseconds