Searched refs:readstate (Results 1 – 2 of 2) sorted by relevance
1731 static void rcutorture_one_extend(int *readstate, int newstate, in rcutorture_one_extend() argument1738 int idxold1 = *readstate; in rcutorture_one_extend()1740 int statesnew = ~*readstate & newstate; in rcutorture_one_extend()1741 int statesold = *readstate & ~newstate; in rcutorture_one_extend()1799 if ((statesnew || statesold) && *readstate && newstate) in rcutorture_one_extend()1812 *readstate = idxnew1 | idxnew2 | newstate; in rcutorture_one_extend()1813 WARN_ON_ONCE(*readstate < 0); in rcutorture_one_extend()1814 if (WARN_ON_ONCE((*readstate >> RCUTORTURE_RDR_SHIFT_2) > 1)) in rcutorture_one_extend()1882 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp, in rcutorture_loop_extend() argument1889 WARN_ON_ONCE(!*readstate); /* -Existing- RCU read-side critsect! */ in rcutorture_loop_extend()[all …]
654 u8 *readstate) in efuse_read_data_case1() argument677 *readstate = PG_STATE_DATA; in efuse_read_data_case1()680 *readstate = PG_STATE_HEADER; in efuse_read_data_case1()685 *readstate = PG_STATE_HEADER; in efuse_read_data_case1()691 u8 readstate = PG_STATE_HEADER; in efuse_pg_packet_read() local708 if (readstate & PG_STATE_HEADER) { in efuse_pg_packet_read()713 tmpdata, &readstate); in efuse_pg_packet_read()716 } else if (readstate & PG_STATE_DATA) { in efuse_pg_packet_read()719 readstate = PG_STATE_HEADER; in efuse_pg_packet_read()