Home
last modified time | relevance | path

Searched refs:int_log (Results 1 – 6 of 6) sorted by relevance

/linux/lib/math/
H A DMakefile2 obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
/linux/drivers/scsi/bfa/
H A Dbfa_plog.h46 u32 int_log[BFA_PL_INT_LOG_SZ]; member
H A Dbfa_svc.c345 lp.log_entry.int_log[i] = intarr[i]; in bfa_plog_intarr()
/linux/Documentation/core-api/
H A Dkernel-api.rst164 .. kernel-doc:: include/linux/int_log.h
/linux/drivers/md/
H A Ddm-table.c37 static unsigned int int_log(unsigned int n, unsigned int base) in int_log() function
1125 t->depth = 1 + int_log(leaf_nodes, CHILDREN_PER_NODE); in dm_table_build_index()
/linux/lib/
H A DKconfig.debug3438 tristate "Integer log (int_log) test" if !KUNIT_ALL_TESTS
3442 This option enables the KUnit test suite for the int_log library, which