Searched refs:BN (Results 1 – 3 of 3) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 56 if ((BN) == 0)\ 64 MP = read_metapage((IP), BN, SIZE, 1);\ 117 #define BT_PUSH(BTSTACK, BN, INDEX)\ argument 120 (BTSTACK)->top->bn = BN;\ 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument 144 BN = (LEAF)->bn;\ 146 if (BN)\
|
H A D | jfs_dtree.c | 114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument 116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \ 119 (((BN) == 0) ? DTROOTMAXSLOT : (P)->header.maxslot)) || \ 120 ((BN) && (((P)->header.maxslot > DTPAGEMAXSLOT) || \ 134 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument 135 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
|
/linux/tools/perf/tests/shell/ |
H A D | record_sideband.sh | 25 if ! perf record -o ${perfdata} -BN --no-bpf-event -C $1 true > /dev/null 2>&1 42 perf record -BN --no-bpf-event -o ${perfdata} -C 0 -- taskset --cpu-list 1 true
|