Searched refs:readstate (Results 1 – 2 of 2) sorted by relevance
1777 static void rcutorture_one_extend(int *readstate, int newstate, in rcutorture_one_extend() argument1784 int idxold1 = *readstate; in rcutorture_one_extend()1786 int statesnew = ~*readstate & newstate; in rcutorture_one_extend()1787 int statesold = *readstate & ~newstate; in rcutorture_one_extend()1845 if ((statesnew || statesold) && *readstate && newstate) in rcutorture_one_extend()1858 *readstate = idxnew1 | idxnew2 | newstate; in rcutorture_one_extend()1859 WARN_ON_ONCE(*readstate < 0); in rcutorture_one_extend()1860 if (WARN_ON_ONCE((*readstate >> RCUTORTURE_RDR_SHIFT_2) > 1)) in rcutorture_one_extend()1928 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp, in rcutorture_loop_extend() argument1935 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()