Searched refs:BN (Results 1 – 2 of 2) 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)\
|
| /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
|