Query knobs definition file: https://github.com/10gen/mongo/blob/master/src/mongo/db/query/query_knobs.idl
You need to start the knob name with "internal", try to give as specific name as possible and a good description. The type of the knob should be AtomicWord<bool>.