Searched refs:irq_dic (Results 1 – 1 of 1) sorted by relevance
22 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable305 if cpu not in irq_dic.keys():306 irq_dic[cpu] = []308 irq_dic[cpu].append(irq_record)312 if cpu not in irq_dic.keys():314 irq_record = irq_dic[cpu].pop()320 irq_dic[cpu].append(irq_record)324 if cpu not in irq_dic.keys() \325 or len(irq_dic[cpu]) == 0:327 irq_record = irq_dic[cpu].pop()[all …]