t_offset          392 arch/sparc/net/bpf_jit_comp_32.c 			unsigned int t_offset;
t_offset          464 arch/sparc/net/bpf_jit_comp_32.c 					t_offset = addrs[pc_ret0 - 1];
t_offset          465 arch/sparc/net/bpf_jit_comp_32.c 					emit_branch(BE, t_offset + 20);
t_offset          653 arch/sparc/net/bpf_jit_comp_32.c 				t_offset = addrs[i + filter[i].jt];
t_offset          657 arch/sparc/net/bpf_jit_comp_32.c 					emit_jump(t_offset);
t_offset          694 arch/sparc/net/bpf_jit_comp_32.c 						t_offset += 8;
t_offset          695 arch/sparc/net/bpf_jit_comp_32.c 					emit_branch(t_op, t_offset);
t_offset          580 drivers/memstick/core/mspro_block.c 	size_t t_offset;
t_offset          631 drivers/memstick/core/mspro_block.c 		t_offset = msb->req_sg[msb->current_seg].offset;
t_offset          632 drivers/memstick/core/mspro_block.c 		t_offset += msb->current_page * msb->page_size;
t_offset          636 drivers/memstick/core/mspro_block.c 				     t_offset >> PAGE_SHIFT),
t_offset          637 drivers/memstick/core/mspro_block.c 			    msb->page_size, offset_in_page(t_offset));
t_offset         1455 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	__le64 t_offset;
t_offset         1505 include/net/cfg80211.h 	s64 t_offset;
t_offset          130 net/mac80211/mesh_sync.c 	sta->mesh->t_offset = t_t - t_r;
t_offset          133 net/mac80211/mesh_sync.c 		s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset;
t_offset          136 net/mac80211/mesh_sync.c 			  sta->sta.addr, (long long) sta->mesh->t_offset,
t_offset          155 net/mac80211/mesh_sync.c 		sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN;
t_offset          160 net/mac80211/mesh_sync.c 			  (long long) sta->mesh->t_offset);
t_offset         2372 net/mac80211/sta_info.c 			sinfo->t_offset = sta->mesh->t_offset;
t_offset          384 net/mac80211/sta_info.h 	s64 t_offset;
t_offset         5198 net/wireless/nl80211.c 	PUT_SINFO_U64(T_OFFSET, t_offset);