OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCB_HASH_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
ahavar.h
45
#define
CCB_HASH_SIZE
16 /* hash table size for phystokv */
47
#define CCB_HASH(x) ((((long)(x))>>CCB_HASH_SHIFT) & (
CCB_HASH_SIZE
- 1))
81
struct aha_ccb *sc_ccbhash[
CCB_HASH_SIZE
];
bhavar.h
39
#define
CCB_HASH_SIZE
32 /* hash table size for phystokv */
41
#define CCB_HASH(x) ((((long)(x))>>CCB_HASH_SHIFT) & (
CCB_HASH_SIZE
- 1))
133
struct bha_ccb *sc_ccbhash[
CCB_HASH_SIZE
];
adwlib.h
817
#define
CCB_HASH_SIZE
32 /* hash table size for phystokv */
819
#define CCB_HASH(x) ((((x)) >> CCB_HASH_SHIFT) & (
CCB_HASH_SIZE
- 1))
834
struct adw_ccb *sc_ccbhash[
CCB_HASH_SIZE
];
advlib.h
825
#define
CCB_HASH_SIZE
32 /* hash table size for phystokv */
827
#define CCB_HASH(x) ((((long)(x))>>CCB_HASH_SHIFT) & (
CCB_HASH_SIZE
- 1))
846
struct adv_ccb *sc_ccbhash[
CCB_HASH_SIZE
];
/src/sys/arch/arc/dti/
btl.c
90
#define
CCB_HASH_SIZE
32 /* hash table size for phystokv */
92
#define CCB_HASH(x) ((((long)(x))>>CCB_HASH_SHIFT) & (
CCB_HASH_SIZE
- 1))
123
struct bt_ccb *sc_ccbhash[
CCB_HASH_SIZE
];
Completed in 17 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025