Searched refs:owned (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c83 unsigned long *owned = (void *)&__get_cpu_var(mce_banks_owned); local
92 if (test_bit(i, owned))
97 /* Already owned by someone else? */
99 if (test_and_clear_bit(i, owned) && !boot)
112 if (!test_and_set_bit(i, owned) && !boot)
126 * all the CMCI owned banks.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c552 int owned = 0; local
581 owned = !!(accval & EPB_ACC_GNT);
596 owned = -1;
607 owned = -1;
609 return owned;
655 int owned; local
679 owned = epb_access(dd, sdnum, 1);
680 if (owned < 0) {
746 int owned; local
775 owned
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewlistmodelnotifier.tex4 A wxDataViewListModelNotifier instance is owned by a
H A Dmutex.tex4 it is not owned by any thread, and nonsignaled when it is owned. Its name comes
H A Doutptstr.tex45 as a file, then the underlying resource is closed too if it is owned
H A Dctrlsub.tex27 ({\tt wxClientData *}) which are owned by the control meaning that the typed
86 {\it Clear()} also deletes the client data of the existing items if it is owned
94 will be also deleted if it is owned by the control.
H A Dcmdevent.tex177 Sets the client object for this event. The client object is \emph{not} owned by the event
179 The client object must be owned and deleted by another object (e.g. a control)
H A Dsizer.tex34 Please notice that sizers, like child windows, are owned by the library and
447 list of items (windows, subsizers or spaces) owned by this sizer.
484 but not if it is a window (because windows are owned by their parent window,
511 (because windows are owned by their parent window, not the sizer).
527 Call this to force the sizer to take the given dimension and thus force the items owned
H A Ddataviewrenderer.tex7 owned by \helpref{wxDataViewColumn}{wxdataviewcolumn}. There is
H A Dtreebook.tex95 Also deletes all the pages owned by the control (inserted previously into it).
H A Darray.tex471 The wxObjArray destructor deletes all the items owned by the array. This is not
H A Dmenu.tex164 \docparam{menuItem}{A menuitem object. It will be owned by the wxMenu object after this function
H A Ddb.tex782 \docparam{userID}{Owner/Schema of the table. Specify a userID when the datasource you are connected to allows multiple unique tables with the same name to be owned by different users. {\it userID} is evaluated as follows:}
804 same name in the datasource, but owned by different users. {\it userID } is
829 \docparam{userID}{Name of the user that owns the table(s) (also referred to as schema). Required for some datasources for situations where there may be multiple tables with the same name in the datasource, but owned by different users. {\it userID} is evaluated in the following manner:}
1440 to allows multiple unique tables with the same name to be owned by different users. {\it userID}
1508 owned by different users. Specifying the table owner makes determination of the
H A Dimage.tex1195 After this call the pointer to the data is owned by the wxImage object,
H A Dwindow.tex2786 If an existing layout constraints object is already owned by the
3374 If an existing layout constraints object is already owned by the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm.h205 bool owned; member in union:__anon11135
H A Dtpm.c647 rc = sprintf(buf, "%d\n", cap.owned);
H A Dtpm_tis.c374 static DEVICE_ATTR(owned, S_IRUGO, tpm_show_owned, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp22 // to compile it you need a tool named SPASM 3.0 and DSP code owned by
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsock.h89 int owned; member in struct:__anon18504
997 #define sock_owned_by_user(sk) ((sk)->sk_lock.owned)
1008 sk->sk_lock.owned = 0; \
1320 * This can be called while sk is owned by the caller only,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dsock.c2003 if (sk->sk_lock.owned)
2005 sk->sk_lock.owned = 1;
2025 sk->sk_lock.owned = 0;
2038 * sk_lock.slock locked, owned = 0, BH disabled
2040 * sk_lock.slock unlocked, owned = 1, BH enabled
2047 if (!sk->sk_lock.owned)
2054 sk->sk_lock.owned = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 209 milliseconds