Searched refs:gh (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dglock.h149 struct gfs2_holder *gh; local
155 list_for_each_entry(gh, &gl->gl_holders, gh_list) {
156 if (!test_bit(HIF_HOLDER, &gh->gh_iflags))
158 if (gh->gh_owner_pid == pid)
161 gh = NULL;
165 return gh;
197 struct gfs2_holder *gh);
199 struct gfs2_holder *gh);
200 void gfs2_holder_uninit(struct gfs2_holder *gh);
201 int gfs2_glock_nq(struct gfs2_holder *gh);
227 gfs2_glock_nq_init(struct gfs2_glock *gl, unsigned int state, int flags, struct gfs2_holder *gh) argument
[all...]
H A Dglock.c60 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target);
297 * @gh: The lock request which we wish to grant
302 static inline int may_grant(const struct gfs2_glock *gl, const struct gfs2_holder *gh) argument
305 if ((gh->gh_state == LM_ST_EXCLUSIVE ||
306 gh_head->gh_state == LM_ST_EXCLUSIVE) && gh != gh_head)
308 if (gl->gl_state == gh->gh_state)
310 if (gh->gh_flags & GL_EXACT)
313 if (gh->gh_state == LM_ST_SHARED && gh_head->gh_state == LM_ST_SHARED)
315 if (gh->gh_state == LM_ST_DEFERRED && gh_head->gh_state == LM_ST_DEFERRED)
318 if (gl->gl_state != LM_ST_UNLOCKED && (gh
323 gfs2_holder_wake(struct gfs2_holder *gh) argument
337 struct gfs2_holder *gh, *tmp; local
367 struct gfs2_holder *gh, *tmp; variable in typeref:struct:gfs2_holder
386 gfs2_holder_wake(gh); variable
391 gfs2_holder_wake(gh); variable
396 gfs2_holder_wake(gh); variable
414 struct gfs2_holder *gh; local
466 struct gfs2_holder *gh; local
613 struct gfs2_holder *gh; local
634 struct gfs2_holder *gh = NULL; variable in typeref:struct:gfs2_holder
828 gfs2_holder_init(struct gfs2_glock *gl, unsigned int state, unsigned flags, struct gfs2_holder *gh) argument
852 gfs2_holder_reinit(unsigned int state, unsigned flags, struct gfs2_holder *gh) argument
869 gfs2_holder_uninit(struct gfs2_holder *gh) argument
898 wait_on_holder(struct gfs2_holder *gh) argument
944 gfs2_glock_wait(struct gfs2_holder *gh) argument
1006 gfs2_holder_wake(gh); variable
1054 gfs2_glock_nq(struct gfs2_holder *gh) argument
1084 gfs2_glock_poll(struct gfs2_holder *gh) argument
1095 gfs2_glock_dq(struct gfs2_holder *gh) argument
1133 gfs2_glock_dq_wait(struct gfs2_holder *gh) argument
1146 gfs2_glock_dq_uninit(struct gfs2_holder *gh) argument
1164 gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, const struct gfs2_glock_operations *glops, unsigned int state, int flags, struct gfs2_holder *gh) argument
1337 const struct gfs2_holder *gh; local
1621 dump_holder(struct seq_file *seq, const struct gfs2_holder *gh) argument
1688 const struct gfs2_holder *gh; local
[all...]
H A Dglops.c222 static int inode_go_lock(struct gfs2_holder *gh) argument
224 struct gfs2_glock *gl = gh->gh_gl;
229 if (!ip || (gh->gh_flags & GL_SKIP))
240 (gh->gh_state == LM_ST_EXCLUSIVE)) {
297 static int rgrp_go_lock(struct gfs2_holder *gh) argument
299 return gfs2_rgrp_bh_get(gh->gh_gl->gl_object);
310 static void rgrp_go_unlock(struct gfs2_holder *gh) argument
312 gfs2_rgrp_bh_put(gh->gh_gl->gl_object);
341 static int trans_go_xmote_bh(struct gfs2_glock *gl, struct gfs2_holder *gh) argument
H A Dtrace_gfs2.h178 TP_PROTO(const struct gfs2_holder *gh, int first),
180 TP_ARGS(gh, first),
191 __entry->dev = gh->gh_gl->gl_sbd->sd_vfs->s_dev;
192 __entry->glnum = gh->gh_gl->gl_name.ln_number;
193 __entry->gltype = gh->gh_gl->gl_name.ln_type;
195 __entry->state = glock_trace_state(gh->gh_state);
208 TP_PROTO(const struct gfs2_holder *gh, int queue),
210 TP_ARGS(gh, queue),
221 __entry->dev = gh->gh_gl->gl_sbd->sd_vfs->s_dev;
222 __entry->glnum = gh
[all...]
H A Dfile.c150 struct gfs2_holder gh; local
154 gfs2_holder_init(ip->i_gl, LM_ST_SHARED, 0, &gh);
155 error = gfs2_glock_nq(&gh);
165 gfs2_glock_dq(&gh);
166 gfs2_holder_uninit(&gh);
209 struct gfs2_holder gh; local
217 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
273 gfs2_glock_dq_uninit(&gh);
354 struct gfs2_holder gh; local
358 gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
599 struct gfs2_holder gh; local
[all...]
H A Dsuper.c438 struct gfs2_holder gh; local
442 &gh);
473 gfs2_glock_dq_uninit(&gh);
542 struct gfs2_holder gh; local
547 &gh);
582 gfs2_glock_dq_uninit(&gh);
588 struct gfs2_holder gh; member in struct:lfcc
618 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED, 0, &lfcc->gh);
649 gfs2_glock_dq_uninit(&lfcc->gh);
716 struct gfs2_holder gh; local
953 struct gfs2_holder *gha, *gh; local
1320 struct gfs2_holder gh; local
[all...]
H A Dops_inode.c115 struct gfs2_holder gh; local
117 error = gfs2_glock_nq_init(gl, LM_ST_SHARED, LM_FLAG_ANY, &gh);
122 gfs2_glock_dq_uninit(&gh);
1230 struct gfs2_holder gh; local
1235 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED, LM_FLAG_ANY, &gh);
1243 gfs2_glock_dq_uninit(&gh);
1253 struct gfs2_holder gh; local
1256 gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
1257 ret = gfs2_glock_nq(&gh);
1260 gfs2_glock_dq(&gh);
1271 struct gfs2_holder gh; local
1288 struct gfs2_holder gh; local
1305 struct gfs2_holder gh; local
[all...]
H A Daops.c495 struct gfs2_holder gh; local
499 gfs2_holder_init(ip->i_gl, LM_ST_SHARED, 0, &gh);
500 error = gfs2_glock_nq(&gh);
509 gfs2_glock_dq(&gh);
511 gfs2_holder_uninit(&gh);
578 struct gfs2_holder gh; local
581 gfs2_holder_init(ip->i_gl, LM_ST_SHARED, 0, &gh);
582 ret = gfs2_glock_nq(&gh);
587 gfs2_glock_dq(&gh);
589 gfs2_holder_uninit(&gh);
1021 struct gfs2_holder gh; local
[all...]
H A Dexport.c95 struct gfs2_holder gh; local
113 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &gh);
119 gfs2_glock_dq_uninit(&gh);
H A Dincore.h155 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
158 int (*go_lock) (struct gfs2_holder *gh);
159 void (*go_unlock) (struct gfs2_holder *gh);
170 HIF_HOLDER = 6, /* Set for gh that "holds" the glock */
H A Dinode.c216 struct gfs2_holder gh; local
217 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
221 gfs2_glock_dq_uninit(&gh);
263 struct gfs2_holder gh; local
310 &gh);
315 gfs2_glock_dq_uninit(&gh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/
H A DMakefile3 libgen = gen/gb.o gen/gs.o gen/gh.o gen/uuidutil.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-juniper.c467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DCountryFlags.h86 #include "gh.xpm"
338 {gh, "gh"},
H A DMakefile.am81 gh.xpm \
H A DMakefile.in368 gh.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgh.c2 * gh.c
23 #include <dspbridge/gh.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c26 #include <dspbridge/gh.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp4849 int gh = ch - m_colLabelHeight; local
4852 if (gh < 0)
4853 gh = 0;
4862 m_rowLabelWin->SetSize( 0, m_colLabelHeight, m_rowLabelWidth, gh );
4865 m_gridWin->SetSize( m_rowLabelWidth, m_colLabelHeight, gw, gh );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin4416 ����$�^��}����fF�0��Y����H��!A+2W�9������\�� �����4��a���G��U]f�*u���A��8-��������d� 7���J � ��b�P��d �j��@�~����s�w{��u|q�\B���0��*��~��<9�Vm5>-&^XD��'L������1_�ZI��pmm�U�Q�W����^7�$��$N��������:��1P���� GFk�gw�y�� B�"�����������aI�M��+gT�������u�e��5�U�O���[]-Rx��V�!D8*��;����Y����F��W��!j����DKs���M�� ~����+bo���gh�/�}�fg$�}�q�cks -����kP(b��0f�������Z��{s���cEN|nS��(��lJ1�����M)����)�a4�l��w-`��,Fo����������!s� ��|B0.����5�G�k�A[f����\������`�o&����m:?���"�Y��P@�dE�|J��^��ZT��fk���5���v�))���*�D�j|=S_�;n���WM0��@gee�C�{�>g��L[#3T"� o��]7~P�`�{����������m14j��A:Xr=+��x���z���M��x����&��g�M���?8�=?Q6q?�K�A�q���jt������"���}\��h�_|?NFU�K������v�;��%L��'�w7�M��>����1�� \�Q���jO������������A�?�F\��Zr��RS����E[�I�U��}���jD���P��W}�g^K�2�,5x��j�[��-Rj��mHy��(��a�7�
5743 ���h�*1�.�?�%B!o��L�=ft���q�����6�����p�!��y�`��U�C���yr{����i1���"B��a���?w���y���H�m����V}G�@�|��z]��F�8CW����w�43�@q�#6���=���_2q��o�����]�v�U$y7����R�g�:_ww�����V����9���Z���/�rc�pH�gh���4�����
6291 S�R�q��}��~����F���k���a3�S\5�)c$FR@�� ��� ����u"!lfs�u�]8T���)v����2Nc���z|�Kpm"�09��=���"�2�-�h�pF���n�gh����_�I��n:�E����~��� ��c�����(q)k�@e�Xywp�4� �(�RW�b`�� ���b����8���O)��=}���=�T�D���= �1:��uk!�
6729 ,���U�9e��A��_�Z@��m��v�B�"�p\"$��U?������ o�~^o�^���g��b�a}������`m���g���*�GTa*Z�\2�_a�_w����c#�*|��e� ����1#)�����s��y���M"!l fs�u�=8T�{�)v����2�b���z|�Kpm!�09������"�:�u�h�pF���n�gh����_�I��:�E����~��� ���Y?�sQ�r����������i0FQveS��)rK���~��q��>�x��������]Q��L}N����3>�{X ��Y�WE����o�O8E�i|�D��9�*
7880 ����U�����t��gh�*��o,���������H�*����Vo,��> o�F^R��xx>�x��:�%����j�A������|�R��UY�:�V�����3�Z;h=,��������c�,m�B���D����*�DZk;� ��u��%�@�=���J��� n������!�w#U�W/$����=������D)���F"�#� �Pn�'\�*-M�\f��{7����@�L^��(��>}�\�;,���� /1�p?�R�� E��\�NI����D3D���5D���T7���\s|��|�������*�����^Y �zVP�r��w�Y ���V�������-$a��?S��E$���#�|�>��e�����[K$�",�I�S�>���r��2�>�,��b~��J�c�������m��w������@�i��T����E\L���&2���z��cmp���C��x��L�e�������FZv����-�5R�oE��r*�h�rk�����"6d;����sW��X�� D-����Az���>���l�6�R�*��u/�K9:'�M�Bv~Q)�X�h�m�DZly ����[v=�$Nw[�h�����Bn��������B�5+�� �Fa�D�dai_��V� �MO%h�KE������D�������h�~���C8��a��T���{!�0��X��x+�C�az@c�t�����^����km�����0�xzH���F�.��?b��Du"�bF*ub{�f�]���|sV����l�Y�����{�#���Y��7pV>���@?�"��/]����}��������� u�7
7910 }����^���9�����i*��&W8�����J�BK����`V^cN� R&p�@f8�������L����= ��;L� �p^��-�Et������u��������P����f�o�F��U����,�Bi���������������+P��R;�8�z��:Oh��6�N"]7J���$]��i�u���]�-�g�k5>�C}�VD� !D?�^��* ����\�$Z��#]k?�D���������H#� ��AI��s v��6���#z3��������}��8>�M%?�}��3��/��O������n����yl��H��L��th"r�� " �M�������Y�e��<��"lJ�'������22�9�i������s�/ ��x��,F�7v�P���,�!0�C������:�!u=���e�}pO[���Op|��G ~�o��<z�������m���b�B[�,zsS�F�$o�G���'�I�a3:�bm�Z���0U�� ����hX��{qu,?,b�$�9�:�������,��}r�x>!�O�'��W����}]z����kD���n �qO��j���V%��B�G3$���zJO ���Df�Ckk������z����7����990��q�5_������Q �t.kOAku��;��y��Z|S��A���*��P�6����N�<�������6ys��R�R}��("r/H4z����*���.�*-��kE=O t���v�d�r���"v��s���i�7��d�$*�T�S�?@��h���������~q�Z�xm�lCo��}��%�5p�=kh��@$����Y ���q�1� ��5�.[aUl� ���4�����RX��z����z��S�ky ��B�|���[���$L��cID�z������;�[�F`R�s���87v�� �c����.oghv<:*���#�5e6Z��V�q������������(��Z���m v��(�RW���d�]�lz�X�g�&���/L���;��h������8o���7�����orQW������-Z�� �,�kX���`<������}9����3T�-���������s����N��b�>[�V���T��b��R�^~Oa��FQv��i ��*�`����<TB���:��.���;Q��_�<������j0-T;!�����G�a��9�<v�i��� �v�!g�����ZO~�������np�9�4~`�gh��J*�c4��G�X��{�^�A��*T,��y�Va�E������u�W�U_1�t`�w'�9�� ��M�I�)J!6���L���:�!�C%q��'�Dl�2��]�3g��j=����}s}�H�[�8V[_/��V#��cb�4��cV�
9095 ��@��[��Y�2~�����.\����L�?��?�H<{���� x:�A�`�Q�8X9fPz�(*r���!xw�u��=�b�8�0#������^$p������8L'0-(l2�����d�1�m�98����.�s�B��Z��� fd�0���D�i@n}M�����A���F�c�h�\B��� �:�.�q�c]�;f��Y�gh����A����a�C�3���p���`Z�X�j��3$�~���!���0��=�u!���}���0#��,�����a�L�M�Hp���Y��v��Q<�?�q�c]z^���R��_E0#���&l�p�p�����-\��M5�Up���+�0aW�a�v�����#���n� 8L��d�� �� ���0��V����3F�&<�&�0��o�&��&\x����'�p��{sa�1e� ��� 8Lx��0sL��t�8���9��#���&\��p��2�$�0!�0�0�z������%�o�6��=���$&&|�Oh�aB�a"�aB�a"�aB�a"�aB�a"�aB�a"�a* �����T��^� �R�0�G7���E�r#�1Id:�R��0�qt57��0�{���NT��� &O�m� ���0U�4��"&��j�
10406 ������� �g�� ���Y|a�Q�"��������S�O����(���� ��[��5u��?e�P���>�����OK?��,����]���Y4�?M$�x����<�1�������i�T��x���f���;�<�5W����%[:��W9V_ G���Lw|rs��RH���l`��������>�>�Ze��c�[��Brv"|���=Gm��o��K*R��wZ��V�+�����l�� 3v�7��gM�3��a�y�UV�������+F������6��+mE����;B0N��s_��p��L����_6��)�df�\�/����{�K�>�F�m������*�����;Z���6.<b��t��9���V�|����4�� �o���xS�g���k�Z{�V{1�F�+q�A1N�J�����j��,��F��N�0��R�����mR�v1xX����mJ7V��������]iU��hZ��Uim����F���v�gM����*��9#�X7-��E����h3>�!����1[v�z�A���XW!�=���*Tt������C�Wk�����V��O����&�����3+�FP4�+y���T�,����B�H�~���~q��3��*��R�Z�+����,�ZGd�d����K� ������P�D�m����T�o#�Z�9�3��!�~�;{�o��]D��������R��#e�So�N�I��������k��.�� �q� ?����^ilL�D��xh!Ts��Q���z���y�g�p,�p�}�d��^�������2}��a���1����|�4W4�n~���9CGa�5&� ���Zr=�{���x{���gh~+���y�l?f��'0�3�s~����A8#�"�z��v*d=(.pO�8�������8��M����}�5I[����������L1�)�/h+�I,7b��O#��,�b8�t��J���3��9�uN�m =�)��:^����g^��&�J�>J�'��8}!I_=IE/���4�D@��K�P�$4�{ j�]�<�����4�N�b�����������}T=:> ��6��!���ow��~����4^���������9���O���'z�?�I�+a�4���A�y�K��|� �����x�Z�F��8H�}���4�$����iN�/&74��2��N_��WY����r�7r� ���G�i����Yl��Mz���������=v�w�"�9T] $�c=�h������3�a�/W3�����-�>e�{����J�:���?�q���w������K�RL�x��s��C�}�:z��/�o����"�nxs}�Q��u��^%��f��>�*�B��f�!��P`=�pT� F ~G��4g�����i��?0�3U�����E�T9��������-��p�����'7�+PN�k�H]������w�H��w3�T~��`����;��x�Fv����� U�}_P ��/�F|��s�9�?���I�~w��B��X��EU�{���!���@����� �z������a�� ����|�8��0���`�L�;��:� ��Ew���� �t�I�,��eV��%�,�����.���k��h��an��r�eR�������atf�U4�W��c�����������7F��OYL����)�Jg<T'���Gt�8��������)�m�����N'�4 4�f� '`�LG5��9,,�>~��w����Kc[ .f��j��� \�n
10828 ���<�{�.���c�7���_� ������ �T�\�Wv�@��T�(�7,q��Bx��m���W��)���;=�Z�����__����z_��u�e�)���{X��N�����?���W���.&�������i�+��El�D���K)��5o��Q���Z�N�5�by�5U?I��n�~M�_J�:�O��>QN��s� �{�m����;��������H���=�5u�'�CP��]�2K��uxH ���x� �:%^��^��:�x��q>s�_ ;�>Q�������}�(�w RP�{}~��7������gh��\�9�`�������j�7�J������_�z�?��7�����A�����b�z���f
16057 �Z��G��E�Z��v3��q�;�����x����P\��}�G��Du(�1�ryh}�G,���H\<] ��&����&�)Go���^K���i���&�g< �>���'\q���(fy~��0�]k�M���vK��|����J�����O���0���� �xyTb� ZXA,Rj^ t^��/gh�������
[all...]

Completed in 360 milliseconds